@Generated(value="software.amazon.awssdk:codegen") public final class AssociationExecutionTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociationExecutionTarget.Builder,AssociationExecutionTarget>
Includes information about the specified association execution.
Modifier and Type | Class and Description |
---|---|
static interface |
AssociationExecutionTarget.Builder |
Modifier and Type | Method and Description |
---|---|
String |
associationId()
The association ID.
|
String |
associationVersion()
The association version.
|
static AssociationExecutionTarget.Builder |
builder() |
String |
detailedStatus()
Detailed information about the execution status.
|
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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastExecutionDate()
The date of the last execution.
|
OutputSource |
outputSource()
The location where the association details are saved.
|
String |
resourceId()
The resource ID, for example, the instance ID where the association ran.
|
String |
resourceType()
The resource type, for example, instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociationExecutionTarget.Builder> |
serializableBuilderClass() |
String |
status()
The association execution status.
|
AssociationExecutionTarget.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.
public final String resourceId()
The resource ID, for example, the instance ID where the association ran.
public final String resourceType()
The resource type, for example, instance.
public final String status()
The association execution status.
public final String detailedStatus()
Detailed information about the execution status.
public final Instant lastExecutionDate()
The date of the last execution.
public final OutputSource outputSource()
The location where the association details are saved.
public AssociationExecutionTarget.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociationExecutionTarget.Builder,AssociationExecutionTarget>
public static AssociationExecutionTarget.Builder builder()
public static Class<? extends AssociationExecutionTarget.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.