Class CreateDocumentResult
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.CreateDocumentResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the SSM document.int
hashCode()
void
setDocumentDescription
(DocumentDescription documentDescription) Information about the SSM document.toString()
Returns a string representation of this object; useful for testing and debugging.withDocumentDescription
(DocumentDescription documentDescription) Information about the SSM document.
-
Constructor Details
-
CreateDocumentResult
public CreateDocumentResult()
-
-
Method Details
-
setDocumentDescription
Information about the SSM document.
- Parameters:
documentDescription
- Information about the SSM document.
-
getDocumentDescription
Information about the SSM document.
- Returns:
- Information about the SSM document.
-
withDocumentDescription
Information about the SSM document.
- Parameters:
documentDescription
- 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
-