@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) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
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()
Returns a string representation of this object.
|
copy
public final String associationId()
The association ID.
public final String associationVersion()
The association version.
public final String executionId()
The execution ID for the association.
public final String status()
The status of the association execution.
public final String detailedStatus()
Detailed status information about the execution.
public final Instant createdTime()
The time the execution started.
public final Instant lastExecutionDate()
The date of the last execution.
public final 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()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.