Class CreateAssociationBatchRequestEntry
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.CreateAssociationBatchRequestEntry
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the association of an SSM document and an instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParametersEntry
(String key, List<String> value) Removes all the entries added into Parameters.clone()
boolean
The ID of the instance.getName()
The name of the configuration document.A description of the parameters for a document.int
hashCode()
void
setInstanceId
(String instanceId) The ID of the instance.void
The name of the configuration document.void
setParameters
(Map<String, List<String>> parameters) A description of the parameters for a document.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceId
(String instanceId) The ID of the instance.The name of the configuration document.withParameters
(Map<String, List<String>> parameters) A description of the parameters for a document.
-
Constructor Details
-
CreateAssociationBatchRequestEntry
public CreateAssociationBatchRequestEntry()
-
-
Method Details
-
setName
The name of the configuration document.
- Parameters:
name
- The name of the configuration document.
-
getName
The name of the configuration document.
- Returns:
- The name of the configuration document.
-
withName
The name of the configuration document.
- Parameters:
name
- The name of the configuration 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.
-
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
-