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()booleanThe ID of the instance.getName()The name of the configuration document.A description of the parameters for a document.inthashCode()voidsetInstanceId(String instanceId) The ID of the instance.voidThe name of the configuration document.voidsetParameters(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
-
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
-
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
-