Class GetDocumentResult
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.GetDocumentResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The contents of the SSM document.getName()
The name of the SSM document.int
hashCode()
void
setContent
(String content) The contents of the SSM document.void
The name of the SSM document.toString()
Returns a string representation of this object; useful for testing and debugging.withContent
(String content) The contents of the SSM document.The name of the SSM document.
-
Constructor Details
-
GetDocumentResult
public GetDocumentResult()
-
-
Method Details
-
setName
The name of the SSM document.
- Parameters:
name
- The name of the SSM document.
-
getName
The name of the SSM document.
- Returns:
- The name of the SSM document.
-
withName
The name of the SSM document.
- Parameters:
name
- The name of the SSM document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setContent
The contents of the SSM document.
- Parameters:
content
- The contents of the SSM document.
-
getContent
The contents of the SSM document.
- Returns:
- The contents of the SSM document.
-
withContent
The contents of the SSM document.
- Parameters:
content
- The contents of 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
-