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