Class FailedCreateAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.ssm.model.FailedCreateAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FailedCreateAssociation.Builder,FailedCreateAssociation>
@Generated("software.amazon.awssdk:codegen") public final class FailedCreateAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedCreateAssociation.Builder,FailedCreateAssociation>
Describes a failed association.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFailedCreateAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FailedCreateAssociation.Builderbuilder()CreateAssociationBatchRequestEntryentry()The association.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Faultfault()The source of the failure.StringfaultAsString()The source of the failure.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A description of the failure.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FailedCreateAssociation.Builder>serializableBuilderClass()FailedCreateAssociation.BuildertoBuilder()StringtoString()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
-
entry
public final CreateAssociationBatchRequestEntry entry()
The association.
- Returns:
- The association.
-
message
public final String message()
A description of the failure.
- Returns:
- A description of the failure.
-
fault
public final Fault fault()
The source of the failure.
If the service returns an enum value that is not available in the current SDK version,
faultwill returnFault.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfaultAsString().- Returns:
- The source of the failure.
- See Also:
Fault
-
faultAsString
public final String faultAsString()
The source of the failure.
If the service returns an enum value that is not available in the current SDK version,
faultwill returnFault.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfaultAsString().- Returns:
- The source of the failure.
- See Also:
Fault
-
toBuilder
public FailedCreateAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FailedCreateAssociation.Builder,FailedCreateAssociation>
-
builder
public static FailedCreateAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends FailedCreateAssociation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo
-
-