@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDocumentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDocumentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDocumentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContent()
The content in a document that you want to update.
|
String |
getDocumentVersion()
The version of the document that you want to update.
|
String |
getName()
The name of the document that you want to update.
|
int |
hashCode() |
void |
setContent(String content)
The content in a document that you want to update.
|
void |
setDocumentVersion(String documentVersion)
The version of the document that you want to update.
|
void |
setName(String name)
The name of the document that you want to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDocumentRequest |
withContent(String content)
The content in a document that you want to update.
|
UpdateDocumentRequest |
withDocumentVersion(String documentVersion)
The version of the document that you want to update.
|
UpdateDocumentRequest |
withName(String name)
The name of the document that you want to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setContent(String content)
The content in a document that you want to update.
content
- The content in a document that you want to update.public String getContent()
The content in a document that you want to update.
public UpdateDocumentRequest withContent(String content)
The content in a document that you want to update.
content
- The content in a document that you want to update.public void setName(String name)
The name of the document that you want to update.
name
- The name of the document that you want to update.public String getName()
The name of the document that you want to update.
public UpdateDocumentRequest withName(String name)
The name of the document that you want to update.
name
- The name of the document that you want to update.public void setDocumentVersion(String documentVersion)
The version of the document that you want to update.
documentVersion
- The version of the document that you want to update.public String getDocumentVersion()
The version of the document that you want to update.
public UpdateDocumentRequest withDocumentVersion(String documentVersion)
The version of the document that you want to update.
documentVersion
- The version of the document that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateDocumentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.