ToCopyableBuilder<ManagedActionHistoryItem.Builder,ManagedActionHistoryItem>
@Generated("software.amazon.awssdk:codegen") public class ManagedActionHistoryItem extends Object implements ToCopyableBuilder<ManagedActionHistoryItem.Builder,ManagedActionHistoryItem>
The record of a completed or failed managed action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ManagedActionHistoryItem.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
actionDescription() |
A description of the managed action.
|
String |
actionId() |
A unique identifier for the managed action.
|
String |
actionType() |
The type of the managed action.
|
static ManagedActionHistoryItem.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Date |
executedTime() |
The date and time that the action started executing.
|
String |
failureDescription() |
If the action failed, a description of the failure.
|
String |
failureType() |
If the action failed, the type of failure.
|
Date |
finishedTime() |
The date and time that the action finished executing.
|
int |
hashCode() |
|
static Class<? extends ManagedActionHistoryItem.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the action.
|
ManagedActionHistoryItem.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String actionId()
A unique identifier for the managed action.
public String actionType()
The type of the managed action.
ActionType
public String actionDescription()
A description of the managed action.
public String failureType()
If the action failed, the type of failure.
FailureType
public String status()
The status of the action.
ActionHistoryStatus
public String failureDescription()
If the action failed, a description of the failure.
public Date executedTime()
The date and time that the action started executing.
public Date finishedTime()
The date and time that the action finished executing.
public ManagedActionHistoryItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ManagedActionHistoryItem.Builder,ManagedActionHistoryItem>
public static ManagedActionHistoryItem.Builder builder()
public static Class<? extends ManagedActionHistoryItem.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.