public class GetDocumentResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDocumentResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDocumentResult |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The contents of the SSM document.
|
String |
getName()
The name of the SSM document.
|
int |
hashCode() |
void |
setContent(String content)
The contents of the SSM document.
|
void |
setName(String name)
The name of the SSM document.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDocumentResult |
withContent(String content)
The contents of the SSM document.
|
GetDocumentResult |
withName(String name)
The name of the SSM document.
|
public void setName(String name)
The name of the SSM document.
name - The name of the SSM document.public String getName()
The name of the SSM document.
public GetDocumentResult withName(String name)
The name of the SSM document.
name - The name of the SSM document.public void setContent(String content)
The contents of the SSM document.
content - The contents of the SSM document.public String getContent()
The contents of the SSM document.
public GetDocumentResult withContent(String content)
The contents of the SSM document.
content - The contents of the SSM document.public String toString()
toString in class ObjectObject.toString()public GetDocumentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.