@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()
For responses, this returns true if the service returned a value for the PricingDetails property.
|
boolean |
hasRecurringCharges()
For responses, this returns true if the service returned a value for the RecurringCharges property.
|
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 Amazon Web
Services.
|
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, wait
copy
public final String availabilityZone()
The Availability Zone in which the Reserved Instance can be used.
public final Long duration()
The duration of the Reserved Instance, in seconds.
public final Float fixedPrice()
The purchase price of the Reserved Instance.
public final 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()
.
InstanceType
public final 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()
.
InstanceType
public final 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()
.
RIProductDescription
public final 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()
.
RIProductDescription
public final 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 final Float usagePrice()
The usage price of the Reserved Instance, per hour.
public final 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
.CurrencyCodeValues
public final 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
.CurrencyCodeValues
public final 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()
.
Tenancy
public final 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()
.
Tenancy
public final Boolean marketplace()
Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or Amazon Web
Services. If it's a Reserved Instance Marketplace offering, this is true
.
true
.public final 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.OfferingClassType
public final 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.OfferingClassType
public final 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()
.
OfferingTypeValues
public final 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()
.
OfferingTypeValues
public final boolean hasPricingDetails()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPricingDetails()
method.
public final boolean hasRecurringCharges()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRecurringCharges()
method.
public final 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()
.
Scope
public final 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()
.
Scope
public ReservedInstancesOffering.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
public static ReservedInstancesOffering.Builder builder()
public static Class<? extends ReservedInstancesOffering.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.