@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.
|
GetPartitionResult |
withPartition(Partition partition)
The requested information, in the form of a
Partition object. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetPartitionResult clone()