public class DescribeDocumentResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private DocumentDescription |
document
Information about the SSM document.
|
Constructor and Description |
---|
DescribeDocumentResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDocumentResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DocumentDescription |
getDocument()
Information about the SSM document.
|
int |
hashCode() |
void |
setDocument(DocumentDescription document)
Information about the SSM document.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDocumentResult |
withDocument(DocumentDescription document)
Information about the SSM document.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeDocumentResult clone()
clone
in class java.lang.Object