Class InstanceAssociationStatusInfo
java.lang.Object
software.amazon.awssdk.services.ssm.model.InstanceAssociationStatusInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceAssociationStatusInfo.Builder,InstanceAssociationStatusInfo>
@Generated("software.amazon.awssdk:codegen")
public final class InstanceAssociationStatusInfo
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<InstanceAssociationStatusInfo.Builder,InstanceAssociationStatusInfo>
Status information about the association.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe association ID.final StringThe name of the association applied to the managed node.final StringThe version of the association applied to the managed node.builder()final StringDetailed status information about the association.final StringThe association document versions.final booleanfinal booleanequalsBySdkFields(Object obj) final StringAn error code returned by the request to create the association.final InstantThe date the association ran.final StringSummary information about association execution.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe managed node ID where the association was created.final Stringname()The name of the association.A URL for an S3 bucket where you want to store the results of this request.static Class<? extends InstanceAssociationStatusInfo.Builder>final Stringstatus()Status information about the association.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.
-
name
The name of the association.
- Returns:
- The name of the association.
-
documentVersion
The association document versions.
- Returns:
- The association document versions.
-
associationVersion
The version of the association applied to the managed node.
- Returns:
- The version of the association applied to the managed node.
-
instanceId
The managed node ID where the association was created.
- Returns:
- The managed node ID where the association was created.
-
executionDate
The date the association ran.
- Returns:
- The date the association ran.
-
status
Status information about the association.
- Returns:
- Status information about the association.
-
detailedStatus
Detailed status information about the association.
- Returns:
- Detailed status information about the association.
-
executionSummary
Summary information about association execution.
- Returns:
- Summary information about association execution.
-
errorCode
An error code returned by the request to create the association.
- Returns:
- An error code returned by the request to create the association.
-
outputUrl
A URL for an S3 bucket where you want to store the results of this request.
- Returns:
- A URL for an S3 bucket where you want to store the results of this request.
-
associationName
The name of the association applied to the managed node.
- Returns:
- The name of the association applied to the managed node.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceAssociationStatusInfo.Builder,InstanceAssociationStatusInfo>
-
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
-