@Generated(value="software.amazon.awssdk:codegen") public class HostOffering extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<HostOffering.Builder,HostOffering>
Details about the Dedicated Host Reservation offering.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HostOffering.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HostOffering.Builder |
builder() |
String |
currencyCode()
The currency of the offering.
|
Integer |
duration()
The duration of the offering (in seconds).
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
hourlyPrice()
The hourly price of the offering.
|
String |
instanceFamily()
The instance family of the offering.
|
String |
offeringId()
The ID of the offering.
|
String |
paymentOption()
The available payment option.
|
static Class<? extends HostOffering.Builder> |
serializableBuilderClass() |
HostOffering.Builder |
toBuilder() |
String |
toString() |
String |
upfrontPrice()
The upfront price of the offering.
|
public String currencyCode()
The currency of the offering.
CurrencyCodeValuespublic Integer duration()
The duration of the offering (in seconds).
public String hourlyPrice()
The hourly price of the offering.
public String instanceFamily()
The instance family of the offering.
public String offeringId()
The ID of the offering.
public String paymentOption()
The available payment option.
PaymentOptionpublic String upfrontPrice()
The upfront price of the offering. Does not apply to No Upfront offerings.
public HostOffering.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<HostOffering.Builder,HostOffering>public static HostOffering.Builder builder()
public static Class<? extends HostOffering.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.