Class FailedCreateAssociation
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.FailedCreateAssociation
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a failed association.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getEntry()
The association.getFault()
The source of the failure.A description of the failure.int
hashCode()
void
The association.void
The source of the failure.void
The source of the failure.void
setMessage
(String message) A description of the failure.toString()
Returns a string representation of this object; useful for testing and debugging.The association.The source of the failure.The source of the failure.withMessage
(String message) A description of the failure.
-
Constructor Details
-
FailedCreateAssociation
public FailedCreateAssociation()
-
-
Method Details
-
setEntry
The association.
- Parameters:
entry
- The association.
-
getEntry
The association.
- Returns:
- The association.
-
withEntry
The association.
- Parameters:
entry
- The association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessage
A description of the failure.
- Parameters:
message
- A description of the failure.
-
getMessage
A description of the failure.
- Returns:
- A description of the failure.
-
withMessage
A description of the failure.
- Parameters:
message
- A description of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFault
The source of the failure.
- Parameters:
fault
- The source of the failure.- See Also:
-
getFault
The source of the failure.
- Returns:
- The source of the failure.
- See Also:
-
withFault
The source of the failure.
- Parameters:
fault
- The source of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setFault
The source of the failure.
- Parameters:
fault
- The source of the failure.- See Also:
-
withFault
The source of the failure.
- Parameters:
fault
- The source of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-