@Generated(value="software.amazon.awssdk:codegen") public final class PurchaseHostReservationRequest extends Ec2Request implements ToCopyableBuilder<PurchaseHostReservationRequest.Builder,PurchaseHostReservationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PurchaseHostReservationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PurchaseHostReservationRequest.Builder |
builder() |
String |
clientToken()
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CurrencyCodeValues |
currencyCode()
The currency in which the
totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. |
String |
currencyCodeAsString()
The currency in which the
totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
hostIdSet()
The IDs of the Dedicated Hosts with which the reservation will be associated.
|
String |
limitPrice()
The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's
upfront cost multiplied by the host count).
|
String |
offeringId()
The ID of the offering.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PurchaseHostReservationRequest.Builder> |
serializableBuilderClass() |
PurchaseHostReservationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String clientToken()
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.
public CurrencyCodeValues currencyCode()
The currency in which the totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. At this time, the only supported currency is
USD.
If the service returns an enum value that is not available in the current SDK version, currencyCode will
return CurrencyCodeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
currencyCodeAsString().
totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. At this time, the only supported currency is
USD.CurrencyCodeValuespublic String currencyCodeAsString()
The currency in which the totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. At this time, the only supported currency is
USD.
If the service returns an enum value that is not available in the current SDK version, currencyCode will
return CurrencyCodeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
currencyCodeAsString().
totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. At this time, the only supported currency is
USD.CurrencyCodeValuespublic List<String> hostIdSet()
The IDs of the Dedicated Hosts with which the reservation will be associated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String limitPrice()
The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's
upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit,
the request fails. This is used to ensure that the purchase does not exceed the expected upfront cost of the
purchase. At this time, the only supported currency is USD. For example, to indicate a limit price
of USD 100, specify 100.00.
USD. For
example, to indicate a limit price of USD 100, specify 100.00.public String offeringId()
The ID of the offering.
public PurchaseHostReservationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PurchaseHostReservationRequest.Builder,PurchaseHostReservationRequest>toBuilder in class Ec2Requestpublic static PurchaseHostReservationRequest.Builder builder()
public static Class<? extends PurchaseHostReservationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.