public class DescribeDocumentResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeDocumentResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentResult |
clone() |
boolean |
equals(Object obj) |
DocumentDescription |
getDocument()
Information about the SSM document.
|
int |
hashCode() |
void |
setDocument(DocumentDescription document)
Information about the SSM document.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDocumentResult |
withDocument(DocumentDescription document)
Information about the SSM document.
|
public void setDocument(DocumentDescription document)
Information about the SSM document.
document - Information about the SSM document.public DocumentDescription getDocument()
Information about the SSM document.
public DescribeDocumentResult withDocument(DocumentDescription document)
Information about the SSM document.
document - Information about the SSM document.public String toString()
toString in class ObjectObject.toString()public DescribeDocumentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.