Class DescribeDocumentResult
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.DescribeDocumentResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the SSM document.inthashCode()voidsetDocument(DocumentDescription document) Information about the SSM document.toString()Returns a string representation of this object; useful for testing and debugging.withDocument(DocumentDescription document) Information about the SSM document.
-
Constructor Details
-
DescribeDocumentResult
public DescribeDocumentResult()
-
-
Method Details
-
setDocument
Information about the SSM document.
- Parameters:
document- Information about the SSM document.
-
getDocument
Information about the SSM document.
- Returns:
- Information about the SSM document.
-
withDocument
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
-
equals
-
hashCode
-
clone
-