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() |
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 documents 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 documents 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 documents runtime configuration.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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()
The parameters for the documents runtime configuration.
public void setParameters(Map<String,List<String>> parameters)
The parameters for the documents runtime configuration.
parameters
- The parameters for the documents runtime configuration.public CreateAssociationRequest withParameters(Map<String,List<String>> parameters)
The parameters for the documents runtime configuration.
parameters
- The parameters for the documents 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()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.