@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDocumentVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDocumentVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetDocumentVersionResult |
clone() |
boolean |
equals(Object obj) |
DocumentVersionMetadata |
getMetadata()
The version metadata.
|
int |
hashCode() |
void |
setMetadata(DocumentVersionMetadata metadata)
The version metadata.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDocumentVersionResult |
withMetadata(DocumentVersionMetadata metadata)
The version metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMetadata(DocumentVersionMetadata metadata)
The version metadata.
metadata
- The version metadata.public DocumentVersionMetadata getMetadata()
The version metadata.
public GetDocumentVersionResult withMetadata(DocumentVersionMetadata metadata)
The version metadata.
metadata
- The version metadata.public String toString()
toString
in class Object
Object.toString()
public GetDocumentVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.