@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFolderPathResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFolderPathResult() |
Modifier and Type | Method and Description |
---|---|
GetFolderPathResult |
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.
|
GetFolderPathResult |
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 GetFolderPathResult withPath(ResourcePath path)
The path information.
path
- The path information.public String toString()
toString
in class Object
Object.toString()
public GetFolderPathResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.