public class CreateAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAssociationRequest |
addParametersEntry(String key,
List<String> value) |
CreateAssociationRequest |
clearParametersEntries()
Removes all the entries added into Parameters.
|
CreateAssociationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The instance ID.
|
String |
getName()
The name of the SSM document.
|
Map<String,List<String>> |
getParameters()
The parameters for the document’s runtime configuration.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The instance ID.
|
void |
setName(String name)
The name of the SSM document.
|
void |
setParameters(Map<String,List<String>> parameters)
The parameters for the document’s runtime configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAssociationRequest |
withInstanceId(String instanceId)
The instance ID.
|
CreateAssociationRequest |
withName(String name)
The name of the SSM document.
|
CreateAssociationRequest |
withParameters(Map<String,List<String>> parameters)
The parameters for the document’s runtime configuration.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setName(String name)
The name of the SSM document.
name
- The name of the SSM document.public String getName()
The name of the SSM document.
public CreateAssociationRequest withName(String name)
The name of the SSM document.
name
- The name of the SSM document.public void setInstanceId(String instanceId)
The instance ID.
instanceId
- The instance ID.public String getInstanceId()
The instance ID.
public CreateAssociationRequest withInstanceId(String instanceId)
The instance ID.
instanceId
- The instance ID.public Map<String,List<String>> getParameters()
public void setParameters(Map<String,List<String>> parameters)
parameters
- The parameters for the document’s runtime configuration.public CreateAssociationRequest withParameters(Map<String,List<String>> parameters)
parameters
- The parameters for the document’s runtime configuration.public CreateAssociationRequest addParametersEntry(String key, List<String> value)
public CreateAssociationRequest clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.