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