@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetActionTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetActionTypeResult() |
Modifier and Type | Method and Description |
---|---|
GetActionTypeResult |
clone() |
boolean |
equals(Object obj) |
ActionTypeDeclaration |
getActionType()
The action type information for the requested action type, such as the action type ID.
|
int |
hashCode() |
void |
setActionType(ActionTypeDeclaration actionType)
The action type information for the requested action type, such as the action type ID.
|
String |
toString()
Returns a string representation of this object.
|
GetActionTypeResult |
withActionType(ActionTypeDeclaration actionType)
The action type information for the requested action type, such as the action type ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActionType(ActionTypeDeclaration actionType)
The action type information for the requested action type, such as the action type ID.
actionType
- The action type information for the requested action type, such as the action type ID.public ActionTypeDeclaration getActionType()
The action type information for the requested action type, such as the action type ID.
public GetActionTypeResult withActionType(ActionTypeDeclaration actionType)
The action type information for the requested action type, such as the action type ID.
actionType
- The action type information for the requested action type, such as the action type ID.public String toString()
toString
in class Object
Object.toString()
public GetActionTypeResult clone()