@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDocumentDefaultVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDocumentDefaultVersionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDocumentDefaultVersionResult |
clone() |
boolean |
equals(Object obj) |
DocumentDefaultVersionDescription |
getDescription()
The description of a custom document that you want to set as the default version.
|
int |
hashCode() |
void |
setDescription(DocumentDefaultVersionDescription description)
The description of a custom document that you want to set as the default version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDocumentDefaultVersionResult |
withDescription(DocumentDefaultVersionDescription description)
The description of a custom document that you want to set as the default version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDescription(DocumentDefaultVersionDescription description)
The description of a custom document that you want to set as the default version.
description
- The description of a custom document that you want to set as the default version.public DocumentDefaultVersionDescription getDescription()
The description of a custom document that you want to set as the default version.
public UpdateDocumentDefaultVersionResult withDescription(DocumentDefaultVersionDescription description)
The description of a custom document that you want to set as the default version.
description
- The description of a custom document that you want to set as the default version.public String toString()
toString
in class Object
Object.toString()
public UpdateDocumentDefaultVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.