public class FailedCreateAssociation extends Object implements Serializable, Cloneable
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 |
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.Faultpublic String getFault()
The source of the failure.
Faultpublic FailedCreateAssociation withFault(String fault)
The source of the failure.
fault - The source of the failure.Faultpublic void setFault(Fault fault)
The source of the failure.
fault - The source of the failure.Faultpublic FailedCreateAssociation withFault(Fault fault)
The source of the failure.
fault - The source of the failure.Faultpublic String toString()
toString in class ObjectObject.toString()public FailedCreateAssociation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.