public class PurchaseReservedInstancesOfferingRequest extends AbstractModel
| 构造器和说明 | 
|---|
| PurchaseReservedInstancesOfferingRequest() | 
| PurchaseReservedInstancesOfferingRequest(PurchaseReservedInstancesOfferingRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | getClientToken()Get A unique string supplied by the client to ensure that the request is idempotent. | 
| Boolean | getDryRun()Get Dry run | 
| Long | getInstanceCount()Get The number of the Reserved Instance you are purchasing. | 
| String | getReservedInstanceName()Get Reserved instance name. | 
| String | getReservedInstancesOfferingId()Get The ID of the Reserved Instance. | 
| void | setClientToken(String ClientToken)Set A unique string supplied by the client to ensure that the request is idempotent. | 
| void | setDryRun(Boolean DryRun)Set Dry run | 
| void | setInstanceCount(Long InstanceCount)Set The number of the Reserved Instance you are purchasing. | 
| void | setReservedInstanceName(String ReservedInstanceName)Set Reserved instance name. | 
| void | setReservedInstancesOfferingId(String ReservedInstancesOfferingId)Set The ID of the Reserved Instance. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic PurchaseReservedInstancesOfferingRequest()
public PurchaseReservedInstancesOfferingRequest(PurchaseReservedInstancesOfferingRequest source)
public Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount - The number of the Reserved Instance you are purchasing.public String getReservedInstancesOfferingId()
public void setReservedInstancesOfferingId(String ReservedInstancesOfferingId)
ReservedInstancesOfferingId - The ID of the Reserved Instance.public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun - Dry runpublic String getClientToken()
public void setClientToken(String ClientToken)
ClientToken - A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.public String getReservedInstanceName()
public void setReservedInstanceName(String ReservedInstanceName)
ReservedInstanceName - Reserved instance name.Copyright © 2022. All rights reserved.