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()
boolean
Information about the SSM document.int
hashCode()
void
setDocument
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-