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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AssociationExecutionTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
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 managed node ID where the association ran.String
resourceType()
The resource type, for example, EC2.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends AssociationExecutionTarget.Builder>
serializableBuilderClass()
String
status()
The association execution status.AssociationExecutionTarget.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
associationId
public final String associationId()
The association ID.
- Returns:
- The association ID.
-
associationVersion
public final String associationVersion()
The association version.
- Returns:
- The association version.
-
executionId
public final String executionId()
The execution ID.
- Returns:
- The execution ID.
-
resourceId
public final String 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
public final String resourceType()
The resource type, for example, EC2.
- Returns:
- The resource type, for example, EC2.
-
status
public final String status()
The association execution status.
- Returns:
- The association execution status.
-
detailedStatus
public final String detailedStatus()
Detailed information about the execution status.
- Returns:
- Detailed information about the execution status.
-
lastExecutionDate
public final Instant lastExecutionDate()
The date of the last execution.
- Returns:
- The date of the last execution.
-
outputSource
public final OutputSource outputSource()
The location where the association details are saved.
- Returns:
- The location where the association details are saved.
-
toBuilder
public AssociationExecutionTarget.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AssociationExecutionTarget.Builder,AssociationExecutionTarget>
-
builder
public static AssociationExecutionTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociationExecutionTarget.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-