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()
boolean
getDate()
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.int
hashCode()
void
The date when the association was made.void
setInstanceId
(String instanceId) The ID of the instance.void
The name of the SSM document.void
setParameters
(Map<String, List<String>> parameters) A description of the parameters for a document.void
setStatus
(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
The name of the SSM document.
- Returns:
- The name of the SSM document.
-
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
The ID of the instance.
- Returns:
- The ID of the instance.
-
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
The association status.
- Returns:
- The association status.
-
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
A description of the parameters for a document.
- Returns:
- A description of the parameters for a document.
-
setParameters
A description of the parameters for a document.
- Parameters:
parameters
- A description of the parameters for a document.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-