Class AssociationStatus
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.AssociationStatus
- All Implemented Interfaces:
Serializable,Cloneable
Describes an association status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA user-defined string.getDate()The date when the status changed.The reason for the status.getName()The status.inthashCode()voidsetAdditionalInfo(String additionalInfo) A user-defined string.voidThe date when the status changed.voidsetMessage(String message) The reason for the status.voidsetName(AssociationStatusName name) The status.voidThe status.toString()Returns a string representation of this object; useful for testing and debugging.withAdditionalInfo(String additionalInfo) A user-defined string.The date when the status changed.withMessage(String message) The reason for the status.The status.The status.
-
Constructor Details
-
AssociationStatus
public AssociationStatus()
-
-
Method Details
-
setDate
The date when the status changed.
- Parameters:
dateValue- The date when the status changed.
-
getDate
The date when the status changed.
- Returns:
- The date when the status changed.
-
withDate
The date when the status changed.
- Parameters:
dateValue- The date when the status changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
The status.
- Parameters:
name- The status.- See Also:
-
getName
The status.
- Returns:
- The status.
- See Also:
-
withName
The status.
- Parameters:
name- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setName
The status.
- Parameters:
name- The status.- See Also:
-
withName
The status.
- Parameters:
name- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setMessage
The reason for the status.
- Parameters:
message- The reason for the status.
-
getMessage
The reason for the status.
- Returns:
- The reason for the status.
-
withMessage
The reason for the status.
- Parameters:
message- The reason for the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAdditionalInfo
A user-defined string.
- Parameters:
additionalInfo- A user-defined string.
-
getAdditionalInfo
A user-defined string.
- Returns:
- A user-defined string.
-
withAdditionalInfo
A user-defined string.
- Parameters:
additionalInfo- A user-defined string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-