@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedCreateAssociation extends Object implements Serializable, Cloneable, StructuredPojo
Describes a failed association.
Constructor and Description |
---|
FailedCreateAssociation() |
Modifier and Type | Method and Description |
---|---|
FailedCreateAssociation |
clone() |
boolean |
equals(Object obj) |
CreateAssociationBatchRequestEntry |
getEntry()
The association.
|
String |
getFault()
The source of the failure.
|
String |
getMessage()
A description of the failure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEntry(CreateAssociationBatchRequestEntry entry)
The association.
|
void |
setFault(Fault fault)
The source of the failure.
|
void |
setFault(String fault)
The source of the failure.
|
void |
setMessage(String message)
A description of the failure.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FailedCreateAssociation |
withEntry(CreateAssociationBatchRequestEntry entry)
The association.
|
FailedCreateAssociation |
withFault(Fault fault)
The source of the failure.
|
FailedCreateAssociation |
withFault(String fault)
The source of the failure.
|
FailedCreateAssociation |
withMessage(String message)
A description of the failure.
|
public void setEntry(CreateAssociationBatchRequestEntry entry)
The association.
entry
- The association.public CreateAssociationBatchRequestEntry getEntry()
The association.
public FailedCreateAssociation withEntry(CreateAssociationBatchRequestEntry entry)
The association.
entry
- The association.public void setMessage(String message)
A description of the failure.
message
- A description of the failure.public String getMessage()
A description of the failure.
public FailedCreateAssociation withMessage(String message)
A description of the failure.
message
- A description of the failure.public void setFault(String fault)
The source of the failure.
fault
- The source of the failure.Fault
public String getFault()
The source of the failure.
Fault
public FailedCreateAssociation withFault(String fault)
The source of the failure.
fault
- The source of the failure.Fault
public void setFault(Fault fault)
The source of the failure.
fault
- The source of the failure.Fault
public FailedCreateAssociation withFault(Fault fault)
The source of the failure.
fault
- The source of the failure.Fault
public String toString()
toString
in class Object
Object.toString()
public FailedCreateAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.