@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManagedActionHistoryItem extends Object implements Serializable, Cloneable
The record of a completed or failed managed action.
Constructor and Description |
---|
ManagedActionHistoryItem() |
Modifier and Type | Method and Description |
---|---|
ManagedActionHistoryItem |
clone() |
boolean |
equals(Object obj) |
String |
getActionDescription()
A description of the managed action.
|
String |
getActionId()
A unique identifier for the managed action.
|
String |
getActionType()
The type of the managed action.
|
Date |
getExecutedTime()
The date and time that the action started executing.
|
String |
getFailureDescription()
If the action failed, a description of the failure.
|
String |
getFailureType()
If the action failed, the type of failure.
|
Date |
getFinishedTime()
The date and time that the action finished executing.
|
String |
getStatus()
The status of the action.
|
int |
hashCode() |
void |
setActionDescription(String actionDescription)
A description of the managed action.
|
void |
setActionId(String actionId)
A unique identifier for the managed action.
|
void |
setActionType(ActionType actionType)
The type of the managed action.
|
void |
setActionType(String actionType)
The type of the managed action.
|
void |
setExecutedTime(Date executedTime)
The date and time that the action started executing.
|
void |
setFailureDescription(String failureDescription)
If the action failed, a description of the failure.
|
void |
setFailureType(FailureType failureType)
If the action failed, the type of failure.
|
void |
setFailureType(String failureType)
If the action failed, the type of failure.
|
void |
setFinishedTime(Date finishedTime)
The date and time that the action finished executing.
|
void |
setStatus(ActionHistoryStatus status)
The status of the action.
|
void |
setStatus(String status)
The status of the action.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ManagedActionHistoryItem |
withActionDescription(String actionDescription)
A description of the managed action.
|
ManagedActionHistoryItem |
withActionId(String actionId)
A unique identifier for the managed action.
|
ManagedActionHistoryItem |
withActionType(ActionType actionType)
The type of the managed action.
|
ManagedActionHistoryItem |
withActionType(String actionType)
The type of the managed action.
|
ManagedActionHistoryItem |
withExecutedTime(Date executedTime)
The date and time that the action started executing.
|
ManagedActionHistoryItem |
withFailureDescription(String failureDescription)
If the action failed, a description of the failure.
|
ManagedActionHistoryItem |
withFailureType(FailureType failureType)
If the action failed, the type of failure.
|
ManagedActionHistoryItem |
withFailureType(String failureType)
If the action failed, the type of failure.
|
ManagedActionHistoryItem |
withFinishedTime(Date finishedTime)
The date and time that the action finished executing.
|
ManagedActionHistoryItem |
withStatus(ActionHistoryStatus status)
The status of the action.
|
ManagedActionHistoryItem |
withStatus(String status)
The status of the action.
|
public void setActionId(String actionId)
A unique identifier for the managed action.
actionId
- A unique identifier for the managed action.public String getActionId()
A unique identifier for the managed action.
public ManagedActionHistoryItem withActionId(String actionId)
A unique identifier for the managed action.
actionId
- A unique identifier for the managed action.public void setActionType(String actionType)
The type of the managed action.
actionType
- The type of the managed action.ActionType
public String getActionType()
The type of the managed action.
ActionType
public ManagedActionHistoryItem withActionType(String actionType)
The type of the managed action.
actionType
- The type of the managed action.ActionType
public void setActionType(ActionType actionType)
The type of the managed action.
actionType
- The type of the managed action.ActionType
public ManagedActionHistoryItem withActionType(ActionType actionType)
The type of the managed action.
actionType
- The type of the managed action.ActionType
public void setActionDescription(String actionDescription)
A description of the managed action.
actionDescription
- A description of the managed action.public String getActionDescription()
A description of the managed action.
public ManagedActionHistoryItem withActionDescription(String actionDescription)
A description of the managed action.
actionDescription
- A description of the managed action.public void setFailureType(String failureType)
If the action failed, the type of failure.
failureType
- If the action failed, the type of failure.FailureType
public String getFailureType()
If the action failed, the type of failure.
FailureType
public ManagedActionHistoryItem withFailureType(String failureType)
If the action failed, the type of failure.
failureType
- If the action failed, the type of failure.FailureType
public void setFailureType(FailureType failureType)
If the action failed, the type of failure.
failureType
- If the action failed, the type of failure.FailureType
public ManagedActionHistoryItem withFailureType(FailureType failureType)
If the action failed, the type of failure.
failureType
- If the action failed, the type of failure.FailureType
public void setStatus(String status)
The status of the action.
status
- The status of the action.ActionHistoryStatus
public String getStatus()
The status of the action.
ActionHistoryStatus
public ManagedActionHistoryItem withStatus(String status)
The status of the action.
status
- The status of the action.ActionHistoryStatus
public void setStatus(ActionHistoryStatus status)
The status of the action.
status
- The status of the action.ActionHistoryStatus
public ManagedActionHistoryItem withStatus(ActionHistoryStatus status)
The status of the action.
status
- The status of the action.ActionHistoryStatus
public void setFailureDescription(String failureDescription)
If the action failed, a description of the failure.
failureDescription
- If the action failed, a description of the failure.public String getFailureDescription()
If the action failed, a description of the failure.
public ManagedActionHistoryItem withFailureDescription(String failureDescription)
If the action failed, a description of the failure.
failureDescription
- If the action failed, a description of the failure.public void setExecutedTime(Date executedTime)
The date and time that the action started executing.
executedTime
- The date and time that the action started executing.public Date getExecutedTime()
The date and time that the action started executing.
public ManagedActionHistoryItem withExecutedTime(Date executedTime)
The date and time that the action started executing.
executedTime
- The date and time that the action started executing.public void setFinishedTime(Date finishedTime)
The date and time that the action finished executing.
finishedTime
- The date and time that the action finished executing.public Date getFinishedTime()
The date and time that the action finished executing.
public ManagedActionHistoryItem withFinishedTime(Date finishedTime)
The date and time that the action finished executing.
finishedTime
- The date and time that the action finished executing.public String toString()
toString
in class Object
Object.toString()
public ManagedActionHistoryItem clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.