Class AssociationExecutionTarget
java.lang.Object
software.amazon.awssdk.services.ssm.model.AssociationExecutionTarget
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssociationExecutionTarget.Builder,AssociationExecutionTarget>
@Generated("software.amazon.awssdk:codegen")
public final class AssociationExecutionTarget
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AssociationExecutionTarget.Builder,AssociationExecutionTarget>
Includes information about the specified association execution.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe association ID.final StringThe association version.builder()final StringDetailed information about the execution status.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe execution ID.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date of the last execution.final OutputSourceThe location where the association details are saved.final StringThe resource ID, for example, the managed node ID where the association ran.final StringThe resource type, for example, EC2.static Class<? extends AssociationExecutionTarget.Builder>final Stringstatus()The association execution status.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
associationId
The association ID.
- Returns:
- The association ID.
-
associationVersion
The association version.
- Returns:
- The association version.
-
executionId
The execution ID.
- Returns:
- The execution ID.
-
resourceId
The resource ID, for example, the managed node ID where the association ran.
- Returns:
- The resource ID, for example, the managed node ID where the association ran.
-
resourceType
The resource type, for example, EC2.
- Returns:
- The resource type, for example, EC2.
-
status
The association execution status.
- Returns:
- The association execution status.
-
detailedStatus
Detailed information about the execution status.
- Returns:
- Detailed information about the execution status.
-
lastExecutionDate
The date of the last execution.
- Returns:
- The date of the last execution.
-
outputSource
The location where the association details are saved.
- Returns:
- The location where the association details are saved.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociationExecutionTarget.Builder,AssociationExecutionTarget>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-