@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomActionTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a CreateCustomActionType operation.
Constructor and Description |
---|
CreateCustomActionTypeResult() |
Modifier and Type | Method and Description |
---|---|
CreateCustomActionTypeResult |
clone() |
boolean |
equals(Object obj) |
ActionType |
getActionType()
Returns information about the details of an action type.
|
int |
hashCode() |
void |
setActionType(ActionType actionType)
Returns information about the details of an action type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateCustomActionTypeResult |
withActionType(ActionType actionType)
Returns information about the details of an action type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActionType(ActionType actionType)
Returns information about the details of an action type.
actionType
- Returns information about the details of an action type.public ActionType getActionType()
Returns information about the details of an action type.
public CreateCustomActionTypeResult withActionType(ActionType actionType)
Returns information about the details of an action type.
actionType
- Returns information about the details of an action type.public String toString()
toString
in class Object
Object.toString()
public CreateCustomActionTypeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.