@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.
|
List<Tag> |
getTags()
Specifies the tags applied to the custom action.
|
int |
hashCode() |
void |
setActionType(ActionType actionType)
Returns information about the details of an action type.
|
void |
setTags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
|
String |
toString()
Returns a string representation of this object.
|
CreateCustomActionTypeResult |
withActionType(ActionType actionType)
Returns information about the details of an action type.
|
CreateCustomActionTypeResult |
withTags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResult |
withTags(Tag... tags)
Specifies the tags applied to the custom action.
|
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 List<Tag> getTags()
Specifies the tags applied to the custom action.
public void setTags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
tags
- Specifies the tags applied to the custom action.public CreateCustomActionTypeResult withTags(Tag... tags)
Specifies the tags applied to the custom action.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Specifies the tags applied to the custom action.public CreateCustomActionTypeResult withTags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
tags
- Specifies the tags applied to the custom action.public String toString()
toString
in class Object
Object.toString()
public CreateCustomActionTypeResult clone()