StructuredPojo
, ToCopyableBuilder<FailedCreateAssociation.Builder,FailedCreateAssociation>
@Generated("software.amazon.awssdk:codegen") public class FailedCreateAssociation extends Object implements StructuredPojo, ToCopyableBuilder<FailedCreateAssociation.Builder,FailedCreateAssociation>
Describes a failed association.
Modifier and Type | Class | Description |
---|---|---|
static interface |
FailedCreateAssociation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static FailedCreateAssociation.Builder |
builder() |
|
CreateAssociationBatchRequestEntry |
entry() |
The association.
|
boolean |
equals(Object obj) |
|
String |
fault() |
The source of the failure.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
message() |
A description of the failure.
|
static Class<? extends FailedCreateAssociation.Builder> |
serializableBuilderClass() |
|
FailedCreateAssociation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public CreateAssociationBatchRequestEntry entry()
The association.
public String message()
A description of the failure.
public String fault()
The source of the failure.
Fault
public FailedCreateAssociation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FailedCreateAssociation.Builder,FailedCreateAssociation>
public static FailedCreateAssociation.Builder builder()
public static Class<? extends FailedCreateAssociation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.