@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeActionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getActionDefinitionId()
The ID of the action definition.
|
String |
getActionId()
The ID of the action.
|
ActionPayload |
getActionPayload()
The JSON payload of the action.
|
Date |
getExecutionTime()
The time the action was executed.
|
TargetResource |
getTargetResource()
The resource the action will be taken on.
|
int |
hashCode() |
void |
setActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
|
void |
setActionId(String actionId)
The ID of the action.
|
void |
setActionPayload(ActionPayload actionPayload)
The JSON payload of the action.
|
void |
setExecutionTime(Date executionTime)
The time the action was executed.
|
void |
setTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
String |
toString()
Returns a string representation of this object.
|
DescribeActionResult |
withActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
|
DescribeActionResult |
withActionId(String actionId)
The ID of the action.
|
DescribeActionResult |
withActionPayload(ActionPayload actionPayload)
The JSON payload of the action.
|
DescribeActionResult |
withExecutionTime(Date executionTime)
The time the action was executed.
|
DescribeActionResult |
withTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeActionResult withActionId(String actionId)
The ID of the action.
actionId
- The ID of the action.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 DescribeActionResult withTargetResource(TargetResource targetResource)
The resource the action will be taken on.
targetResource
- The resource the action will be taken on.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 DescribeActionResult withActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
actionDefinitionId
- The ID of the action definition.public void setActionPayload(ActionPayload actionPayload)
The JSON payload of the action.
actionPayload
- The JSON payload of the action.public ActionPayload getActionPayload()
The JSON payload of the action.
public DescribeActionResult withActionPayload(ActionPayload actionPayload)
The JSON payload of the action.
actionPayload
- The JSON payload of the action.public void setExecutionTime(Date executionTime)
The time the action was executed.
executionTime
- The time the action was executed.public Date getExecutionTime()
The time the action was executed.
public DescribeActionResult withExecutionTime(Date executionTime)
The time the action was executed.
executionTime
- The time the action was executed.public String toString()
toString
in class Object
Object.toString()
public DescribeActionResult clone()