@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains the summary of the actions.
Constructor and Description |
---|
ActionSummary() |
Modifier and Type | Method and Description |
---|---|
ActionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getActionDefinitionId()
The ID of the action definition.
|
String |
getActionId()
The ID of the action.
|
TargetResource |
getTargetResource()
The resource the action will be taken on.
|
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 |
setActionId(String actionId)
The ID of the action.
|
void |
setTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
String |
toString()
Returns a string representation of this object.
|
ActionSummary |
withActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
|
ActionSummary |
withActionId(String actionId)
The ID of the action.
|
ActionSummary |
withTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
public void setActionId(String actionId)
The ID of the action.
actionId
- The ID of the action.public String getActionId()
The ID of the action.
public ActionSummary withActionId(String actionId)
The ID of the action.
actionId
- The ID of the action.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 ActionSummary withActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
actionDefinitionId
- The ID of the action definition.public void setTargetResource(TargetResource targetResource)
The resource the action will be taken on.
targetResource
- The resource the action will be taken on.public TargetResource getTargetResource()
The resource the action will be taken on.
public ActionSummary withTargetResource(TargetResource targetResource)
The resource the action will be taken on.
targetResource
- The resource the action will be taken on.public String toString()
toString
in class Object
Object.toString()
public ActionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.