public class CreateDocumentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDocumentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDocumentRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getContent()
A valid JSON string.
|
String |
getName()
A name for the SSM document.
|
int |
hashCode() |
void |
setContent(String content)
A valid JSON string.
|
void |
setName(String name)
A name for the SSM document.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDocumentRequest |
withContent(String content)
A valid JSON string.
|
CreateDocumentRequest |
withName(String name)
A name for the SSM document.
|
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 setContent(String content)
A valid JSON string.
content
- A valid JSON string.public String getContent()
A valid JSON string.
public CreateDocumentRequest withContent(String content)
A valid JSON string.
content
- A valid JSON string.public void setName(String name)
A name for the SSM document.
name
- A name for the SSM document.public String getName()
A name for the SSM document.
public CreateDocumentRequest withName(String name)
A name for the SSM document.
name
- A name for the SSM document.public String toString()
toString
in class Object
Object.toString()
public CreateDocumentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.