@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDocumentPathResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
GetDocumentPathResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetDocumentPathResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
ResourcePath | 
getPath()
 The path information. 
 | 
int | 
hashCode()  | 
void | 
setPath(ResourcePath path)
 The path information. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetDocumentPathResult | 
withPath(ResourcePath path)
 The path information. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPath(ResourcePath path)
The path information.
path - The path information.public ResourcePath getPath()
The path information.
public GetDocumentPathResult withPath(ResourcePath path)
The path information.
path - The path information.public String toString()
toString in class ObjectObject.toString()public GetDocumentPathResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.