Class InstanceAssociationStatusInfo
- All Implemented Interfaces:
Serializable,SdkPojo,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) Indicates whether some other object is "equal to" this one by SDK fields.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.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods 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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceAssociationStatusInfo.Builder,InstanceAssociationStatusInfo> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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
-