@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.
|
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.ActionTypepublic String getActionType()
The type of the managed action.
ActionTypepublic ManagedActionHistoryItem withActionType(String actionType)
The type of the managed action.
actionType - The type of the managed action.ActionTypepublic void setActionType(ActionType actionType)
The type of the managed action.
actionType - The type of the managed action.ActionTypepublic ManagedActionHistoryItem withActionType(ActionType actionType)
The type of the managed action.
actionType - The type of the managed action.ActionTypepublic 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.FailureTypepublic String getFailureType()
If the action failed, the type of failure.
FailureTypepublic ManagedActionHistoryItem withFailureType(String failureType)
If the action failed, the type of failure.
failureType - If the action failed, the type of failure.FailureTypepublic void setFailureType(FailureType failureType)
If the action failed, the type of failure.
failureType - If the action failed, the type of failure.FailureTypepublic ManagedActionHistoryItem withFailureType(FailureType failureType)
If the action failed, the type of failure.
failureType - If the action failed, the type of failure.FailureTypepublic void setStatus(String status)
The status of the action.
status - The status of the action.ActionHistoryStatuspublic String getStatus()
The status of the action.
ActionHistoryStatuspublic ManagedActionHistoryItem withStatus(String status)
The status of the action.
status - The status of the action.ActionHistoryStatuspublic void setStatus(ActionHistoryStatus status)
The status of the action.
status - The status of the action.ActionHistoryStatuspublic ManagedActionHistoryItem withStatus(ActionHistoryStatus status)
The status of the action.
status - The status of the action.ActionHistoryStatuspublic 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 ObjectObject.toString()public ManagedActionHistoryItem clone()