@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PurchaseReservedNodesOfferingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
PurchaseReservedNodesOfferingResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
PurchaseReservedNodesOfferingResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
ReservedNode | 
getReservedNode()
 Represents the output of a  
PurchaseReservedNodesOffering operation. | 
int | 
hashCode()  | 
void | 
setReservedNode(ReservedNode reservedNode)
 Represents the output of a  
PurchaseReservedNodesOffering operation. | 
String | 
toString()
Returns a string representation of this object. 
 | 
PurchaseReservedNodesOfferingResult | 
withReservedNode(ReservedNode reservedNode)
 Represents the output of a  
PurchaseReservedNodesOffering operation. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setReservedNode(ReservedNode reservedNode)
 Represents the output of a PurchaseReservedNodesOffering operation.
 
reservedNode - Represents the output of a PurchaseReservedNodesOffering operation.public ReservedNode getReservedNode()
 Represents the output of a PurchaseReservedNodesOffering operation.
 
PurchaseReservedNodesOffering operation.public PurchaseReservedNodesOfferingResult withReservedNode(ReservedNode reservedNode)
 Represents the output of a PurchaseReservedNodesOffering operation.
 
reservedNode - Represents the output of a PurchaseReservedNodesOffering operation.public String toString()
toString in class ObjectObject.toString()public PurchaseReservedNodesOfferingResult clone()