@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDocumentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDocumentResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDocumentResult |
clone() |
boolean |
equals(Object obj) |
DocumentDescription |
getDocumentDescription()
A description of the document that was updated.
|
int |
hashCode() |
void |
setDocumentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDocumentResult |
withDocumentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDocumentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
documentDescription
- A description of the document that was updated.public DocumentDescription getDocumentDescription()
A description of the document that was updated.
public UpdateDocumentResult withDocumentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
documentDescription
- A description of the document that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateDocumentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.