@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 Systems Manager document.
|
int |
hashCode() |
void |
setDocumentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDocumentResult |
withDocumentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDocumentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
documentDescription
- Information about the Systems Manager document.public DocumentDescription getDocumentDescription()
Information about the Systems Manager document.
public CreateDocumentResult withDocumentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
documentDescription
- Information about the Systems Manager document.public String toString()
toString
in class Object
Object.toString()
public CreateDocumentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.