public class InquirePricePurchaseReservedInstancesOfferingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquirePricePurchaseReservedInstancesOfferingRequest() |
InquirePricePurchaseReservedInstancesOfferingRequest(InquirePricePurchaseReservedInstancesOfferingRequest 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.
|
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 instances you are purchasing.
|
String |
getReservedInstanceName()
Get Reserved instance name.
The RI name defaults to “unnamed” if this parameter is left empty.You can enter any name within 60 characters (including the pattern string). |
String |
getReservedInstancesOfferingId()
Get The ID of the reserved instance offering.
|
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 instances you are purchasing.
|
void |
setReservedInstanceName(String ReservedInstanceName)
Set Reserved instance name.
The RI name defaults to “unnamed” if this parameter is left empty.You can enter any name within 60 characters (including the pattern string). |
void |
setReservedInstancesOfferingId(String ReservedInstancesOfferingId)
Set The ID of the reserved instance offering.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquirePricePurchaseReservedInstancesOfferingRequest()
public InquirePricePurchaseReservedInstancesOfferingRequest(InquirePricePurchaseReservedInstancesOfferingRequest source)
public Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount
- The number of the reserved instances you are purchasing.public String getReservedInstancesOfferingId()
public void setReservedInstancesOfferingId(String ReservedInstancesOfferingId)
ReservedInstancesOfferingId
- The ID of the reserved instance offering.public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun
- Dry run.public 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 © 2024. All rights reserved.