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