@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDocumentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateDocumentResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDocumentResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
DocumentDescription | 
getDocumentDescription()
 Information about the SSM document. 
 | 
int | 
hashCode()  | 
void | 
setDocumentDescription(DocumentDescription documentDescription)
 Information about the SSM document. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateDocumentResult | 
withDocumentDescription(DocumentDescription documentDescription)
 Information about the SSM document. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDocumentDescription(DocumentDescription documentDescription)
Information about the SSM document.
documentDescription - Information about the SSM document.public DocumentDescription getDocumentDescription()
Information about the SSM document.
public CreateDocumentResult withDocumentDescription(DocumentDescription documentDescription)
Information about the SSM document.
documentDescription - Information about the SSM document.public String toString()
toString in class ObjectObject.toString()public CreateDocumentResult clone()