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 configuration document.
|
int |
hashCode() |
void |
setDocument(DocumentDescription document)
Information about the configuration document.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDocumentResult |
withDocument(DocumentDescription document)
Information about the configuration document.
|
public void setDocument(DocumentDescription document)
Information about the configuration document.
document
- Information about the configuration document.public DocumentDescription getDocument()
Information about the configuration document.
public DescribeDocumentResult withDocument(DocumentDescription document)
Information about the configuration document.
document
- Information about the configuration document.public String toString()
toString
in class Object
Object.toString()
public DescribeDocumentResult clone()
Copyright © 2015. All rights reserved.