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()booleanThe contents of the SSM document.getName()The name of the SSM document.inthashCode()voidsetContent(String content) The contents of the SSM document.voidThe 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
-
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
-
equals
-
hashCode
-
clone
-