Class AssociationDescription
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.AssociationDescription
- All Implemented Interfaces:
Serializable, Cloneable
Describes the parameters for a document.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParametersEntry(String key, List<String> value) Removes all the entries added into Parameters.clone()booleangetDate()The date when the association was made.The ID of the instance.getName()The name of the SSM document.A description of the parameters for a document.The association status.inthashCode()voidThe date when the association was made.voidsetInstanceId(String instanceId) The ID of the instance.voidThe name of the SSM document.voidsetParameters(Map<String, List<String>> parameters) A description of the parameters for a document.voidsetStatus(AssociationStatus status) The association status.toString()Returns a string representation of this object; useful for testing and debugging.The date when the association was made.withInstanceId(String instanceId) The ID of the instance.The name of the SSM document.withParameters(Map<String, List<String>> parameters) A description of the parameters for a document.withStatus(AssociationStatus status) The association status.
-
Constructor Details
-
AssociationDescription
public AssociationDescription()
-
-
Method Details
-
setName
The name of the SSM document.
- Parameters:
name- The name of the SSM document.
-
getName
-
withName
The name of the SSM document.
- Parameters:
name- The name of the SSM document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInstanceId
The ID of the instance.
- Parameters:
instanceId- The ID of the instance.
-
getInstanceId
-
withInstanceId
The ID of the instance.
- Parameters:
instanceId- The ID of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDate
The date when the association was made.
- Parameters:
dateValue- The date when the association was made.
-
getDate
The date when the association was made.
- Returns:
- The date when the association was made.
-
withDate
The date when the association was made.
- Parameters:
dateValue- The date when the association was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The association status.
- Parameters:
status- The association status.
-
getStatus
-
withStatus
The association status.
- Parameters:
status- The association status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameters
-
setParameters
-
withParameters
A description of the parameters for a document.
- Parameters:
parameters- A description of the parameters for a document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addParametersEntry
-
clearParametersEntries
Removes all the entries added into Parameters. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-