@Generated(value="software.amazon.awssdk:codegen") public final class ReservedInstancesOffering extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
Describes a Reserved Instance offering.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReservedInstancesOffering.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone in which the Reserved Instance can be used.
|
static ReservedInstancesOffering.Builder |
builder() |
CurrencyCodeValues |
currencyCode()
The currency of the Reserved Instance offering you are purchasing.
|
String |
currencyCodeAsString()
The currency of the Reserved Instance offering you are purchasing.
|
Long |
duration()
The duration of the Reserved Instance, in seconds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Float |
fixedPrice()
The purchase price of the Reserved Instance.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPricingDetails()
Returns true if the PricingDetails property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasRecurringCharges()
Returns true if the RecurringCharges property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Tenancy |
instanceTenancy()
The tenancy of the instance.
|
String |
instanceTenancyAsString()
The tenancy of the instance.
|
InstanceType |
instanceType()
The instance type on which the Reserved Instance can be used.
|
String |
instanceTypeAsString()
The instance type on which the Reserved Instance can be used.
|
Boolean |
marketplace()
Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS.
|
OfferingClassType |
offeringClass()
If
convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. |
String |
offeringClassAsString()
If
convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. |
OfferingTypeValues |
offeringType()
The Reserved Instance offering type.
|
String |
offeringTypeAsString()
The Reserved Instance offering type.
|
List<PricingDetail> |
pricingDetails()
The pricing details of the Reserved Instance offering.
|
RIProductDescription |
productDescription()
The Reserved Instance product platform description.
|
String |
productDescriptionAsString()
The Reserved Instance product platform description.
|
List<RecurringCharge> |
recurringCharges()
The recurring charge tag assigned to the resource.
|
String |
reservedInstancesOfferingId()
The ID of the Reserved Instance offering.
|
Scope |
scope()
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
|
String |
scopeAsString()
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservedInstancesOffering.Builder> |
serializableBuilderClass() |
ReservedInstancesOffering.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
usagePrice()
The usage price of the Reserved Instance, per hour.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String availabilityZone()
The Availability Zone in which the Reserved Instance can be used.
public Long duration()
The duration of the Reserved Instance, in seconds.
public Float fixedPrice()
The purchase price of the Reserved Instance.
public InstanceType instanceType()
The instance type on which the Reserved Instance can be used.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeAsString().
InstanceTypepublic String instanceTypeAsString()
The instance type on which the Reserved Instance can be used.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeAsString().
InstanceTypepublic RIProductDescription productDescription()
The Reserved Instance product platform description.
If the service returns an enum value that is not available in the current SDK version,
productDescription will return RIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from productDescriptionAsString().
RIProductDescriptionpublic String productDescriptionAsString()
The Reserved Instance product platform description.
If the service returns an enum value that is not available in the current SDK version,
productDescription will return RIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from productDescriptionAsString().
RIProductDescriptionpublic String reservedInstancesOfferingId()
The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.
public Float usagePrice()
The usage price of the Reserved Instance, per hour.
public CurrencyCodeValues currencyCode()
The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard
currency codes. 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().
USD.CurrencyCodeValuespublic String currencyCodeAsString()
The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard
currency codes. 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().
USD.CurrencyCodeValuespublic Tenancy instanceTenancy()
The tenancy of the instance.
If the service returns an enum value that is not available in the current SDK version, instanceTenancy
will return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTenancyAsString().
Tenancypublic String instanceTenancyAsString()
The tenancy of the instance.
If the service returns an enum value that is not available in the current SDK version, instanceTenancy
will return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTenancyAsString().
Tenancypublic Boolean marketplace()
Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS. If it's a
Reserved Instance Marketplace offering, this is true.
true.public OfferingClassType offeringClass()
If convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. If standard, it is not possible to perform an exchange.
If the service returns an enum value that is not available in the current SDK version, offeringClass
will return OfferingClassType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from offeringClassAsString().
convertible it can be exchanged for Reserved Instances of the same or higher monetary
value, with different configurations. If standard, it is not possible to perform an
exchange.OfferingClassTypepublic String offeringClassAsString()
If convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. If standard, it is not possible to perform an exchange.
If the service returns an enum value that is not available in the current SDK version, offeringClass
will return OfferingClassType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from offeringClassAsString().
convertible it can be exchanged for Reserved Instances of the same or higher monetary
value, with different configurations. If standard, it is not possible to perform an
exchange.OfferingClassTypepublic OfferingTypeValues offeringType()
The Reserved Instance offering type.
If the service returns an enum value that is not available in the current SDK version, offeringType will
return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
offeringTypeAsString().
OfferingTypeValuespublic String offeringTypeAsString()
The Reserved Instance offering type.
If the service returns an enum value that is not available in the current SDK version, offeringType will
return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
offeringTypeAsString().
OfferingTypeValuespublic boolean hasPricingDetails()
public List<PricingDetail> pricingDetails()
The pricing details of the Reserved Instance offering.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPricingDetails() to see if a value was sent in this field.
public boolean hasRecurringCharges()
public List<RecurringCharge> recurringCharges()
The recurring charge tag assigned to the resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRecurringCharges() to see if a value was sent in this field.
public Scope scope()
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
If the service returns an enum value that is not available in the current SDK version, scope will return
Scope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeAsString().
Scopepublic String scopeAsString()
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
If the service returns an enum value that is not available in the current SDK version, scope will return
Scope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeAsString().
Scopepublic ReservedInstancesOffering.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>public static ReservedInstancesOffering.Builder builder()
public static Class<? extends ReservedInstancesOffering.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.