@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Contains a definition for an action.
Constructor and Description |
---|
ActionDefinition() |
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getActionDefinitionId()
The ID of the action definition.
|
String |
getActionName()
The name of the action definition.
|
String |
getActionType()
The type of the action definition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
|
void |
setActionName(String actionName)
The name of the action definition.
|
void |
setActionType(String actionType)
The type of the action definition.
|
String |
toString()
Returns a string representation of this object.
|
ActionDefinition |
withActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
|
ActionDefinition |
withActionName(String actionName)
The name of the action definition.
|
ActionDefinition |
withActionType(String actionType)
The type of the action definition.
|
public void setActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
actionDefinitionId
- The ID of the action definition.public String getActionDefinitionId()
The ID of the action definition.
public ActionDefinition withActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
actionDefinitionId
- The ID of the action definition.public void setActionName(String actionName)
The name of the action definition.
actionName
- The name of the action definition.public String getActionName()
The name of the action definition.
public ActionDefinition withActionName(String actionName)
The name of the action definition.
actionName
- The name of the action definition.public void setActionType(String actionType)
The type of the action definition.
actionType
- The type of the action definition.public String getActionType()
The type of the action definition.
public ActionDefinition withActionType(String actionType)
The type of the action definition.
actionType
- The type of the action definition.public String toString()
toString
in class Object
Object.toString()
public ActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.