public class CreateAssociationBatchRequestEntry extends Object implements Serializable, Cloneable
Describes the association of an SSM document and an instance.
Constructor and Description |
---|
CreateAssociationBatchRequestEntry() |
Modifier and Type | Method and Description |
---|---|
CreateAssociationBatchRequestEntry |
addParametersEntry(String key,
List<String> value) |
CreateAssociationBatchRequestEntry |
clearParametersEntries()
Removes all the entries added into Parameters.
|
CreateAssociationBatchRequestEntry |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance.
|
String |
getName()
The name of the configuration document.
|
Map<String,List<String>> |
getParameters()
A description of the parameters for a document.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setName(String name)
The name of the configuration document.
|
void |
setParameters(Map<String,List<String>> parameters)
A description of the parameters for a document.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAssociationBatchRequestEntry |
withInstanceId(String instanceId)
The ID of the instance.
|
CreateAssociationBatchRequestEntry |
withName(String name)
The name of the configuration document.
|
CreateAssociationBatchRequestEntry |
withParameters(Map<String,List<String>> parameters)
A description of the parameters for a document.
|
public void setName(String name)
The name of the configuration document.
name
- The name of the configuration document.public String getName()
The name of the configuration document.
public CreateAssociationBatchRequestEntry withName(String name)
The name of the configuration document.
name
- The name of the configuration document.public void setInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public String getInstanceId()
The ID of the instance.
public CreateAssociationBatchRequestEntry withInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public Map<String,List<String>> getParameters()
A description of the parameters for a document.
public void setParameters(Map<String,List<String>> parameters)
A description of the parameters for a document.
parameters
- A description of the parameters for a document.public CreateAssociationBatchRequestEntry withParameters(Map<String,List<String>> parameters)
A description of the parameters for a document.
parameters
- A description of the parameters for a document.public CreateAssociationBatchRequestEntry addParametersEntry(String key, List<String> value)
public CreateAssociationBatchRequestEntry clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateAssociationBatchRequestEntry clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.