Class DescribeDocumentResult
- java.lang.Object
-
- com.amazonaws.services.simplesystemsmanagement.model.DescribeDocumentResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeDocumentResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeDocumentResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setDocument
public void setDocument(DocumentDescription document)
Information about the SSM document.
- Parameters:
document
- Information about the SSM document.
-
getDocument
public DocumentDescription getDocument()
Information about the SSM document.
- Returns:
- Information about the SSM document.
-
withDocument
public DescribeDocumentResult withDocument(DocumentDescription document)
Information about the SSM document.
- Parameters:
document
- Information about the SSM document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeDocumentResult clone()
-
-