@Generated(value="software.amazon.awssdk:codegen") public final class AssociationExecution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociationExecution.Builder,AssociationExecution>
Includes information about the specified association.
Modifier and Type | Class and Description |
---|---|
static interface |
AssociationExecution.Builder |
Modifier and Type | Method and Description |
---|---|
String |
associationId()
The association ID.
|
String |
associationVersion()
The association version.
|
static AssociationExecution.Builder |
builder() |
Instant |
createdTime()
The time the execution started.
|
String |
detailedStatus()
Detailed status information about the execution.
|
boolean |
equals(Object obj) |
String |
executionId()
The execution ID for the association.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastExecutionDate()
The date of the last execution.
|
String |
resourceCountByStatus()
An aggregate status of the resources in the execution based on the status type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociationExecution.Builder> |
serializableBuilderClass() |
String |
status()
The status of the association execution.
|
AssociationExecution.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String associationId()
The association ID.
public String associationVersion()
The association version.
public String executionId()
The execution ID for the association. If the association does not run at intervals or according to a schedule, then the ExecutionID is the same as the AssociationID.
public String status()
The status of the association execution.
public String detailedStatus()
Detailed status information about the execution.
public Instant createdTime()
The time the execution started.
public Instant lastExecutionDate()
The date of the last execution.
public String resourceCountByStatus()
An aggregate status of the resources in the execution based on the status type.
public AssociationExecution.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociationExecution.Builder,AssociationExecution>
public static AssociationExecution.Builder builder()
public static Class<? extends AssociationExecution.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.