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