@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; useful for testing and debugging.
|
GetDocumentPathResult |
withPath(ResourcePath path)
The path information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetDocumentPathResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.