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 DescribeDocumentResultclone()booleanequals(Object obj)DocumentDescriptiongetDocument()Information about the SSM document.inthashCode()voidsetDocument(DocumentDescription document)Information about the SSM document.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeDocumentResultwithDocument(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeDocumentResult clone()
-
-