public class PurchaseReservedInstancesOfferingRequest extends AbstractModel
Constructor and Description |
---|
PurchaseReservedInstancesOfferingRequest() |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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, toJsonString
public PurchaseReservedInstancesOfferingRequest()
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.Copyright © 2020. All rights reserved.