Class ReservedInstancesOffering
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.ReservedInstancesOffering
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
@Generated("software.amazon.awssdk:codegen") public final class ReservedInstancesOffering extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
Describes a Reserved Instance offering.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ReservedInstancesOffering.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
Ifconvertible
it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations.String
offeringClassAsString()
Ifconvertible
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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
currencyCode
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 returnCurrencyCodeValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcurrencyCodeAsString()
.- Returns:
- 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
. - See Also:
CurrencyCodeValues
-
currencyCodeAsString
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 returnCurrencyCodeValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcurrencyCodeAsString()
.- Returns:
- 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
. - See Also:
CurrencyCodeValues
-
instanceTenancy
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 returnTenancy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominstanceTenancyAsString()
.- Returns:
- The tenancy of the instance.
- See Also:
Tenancy
-
instanceTenancyAsString
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 returnTenancy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominstanceTenancyAsString()
.- Returns:
- The tenancy of the instance.
- See Also:
Tenancy
-
marketplace
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
.- Returns:
- 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
.
-
offeringClass
public final OfferingClassType offeringClass()
If
convertible
it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. Ifstandard
, 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 returnOfferingClassType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromofferingClassAsString()
.- Returns:
- If
convertible
it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. Ifstandard
, it is not possible to perform an exchange. - See Also:
OfferingClassType
-
offeringClassAsString
public final String offeringClassAsString()
If
convertible
it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. Ifstandard
, 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 returnOfferingClassType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromofferingClassAsString()
.- Returns:
- If
convertible
it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. Ifstandard
, it is not possible to perform an exchange. - See Also:
OfferingClassType
-
offeringType
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 returnOfferingTypeValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromofferingTypeAsString()
.- Returns:
- The Reserved Instance offering type.
- See Also:
OfferingTypeValues
-
offeringTypeAsString
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 returnOfferingTypeValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromofferingTypeAsString()
.- Returns:
- The Reserved Instance offering type.
- See Also:
OfferingTypeValues
-
hasPricingDetails
public final boolean hasPricingDetails()
For responses, this returns true if the service returned a value for the PricingDetails property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
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.
-
pricingDetails
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.- Returns:
- The pricing details of the Reserved Instance offering.
-
hasRecurringCharges
public final boolean hasRecurringCharges()
For responses, this returns true if the service returned a value for the RecurringCharges property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
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.
-
recurringCharges
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.- Returns:
- The recurring charge tag assigned to the resource.
-
scope
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 returnScope.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromscopeAsString()
.- Returns:
- Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
- See Also:
Scope
-
scopeAsString
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 returnScope.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromscopeAsString()
.- Returns:
- Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
- See Also:
Scope
-
reservedInstancesOfferingId
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.
- Returns:
- The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.
-
instanceType
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 returnInstanceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominstanceTypeAsString()
.- Returns:
- The instance type on which the Reserved Instance can be used.
- See Also:
InstanceType
-
instanceTypeAsString
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 returnInstanceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominstanceTypeAsString()
.- Returns:
- The instance type on which the Reserved Instance can be used.
- See Also:
InstanceType
-
availabilityZone
public final String availabilityZone()
The Availability Zone in which the Reserved Instance can be used.
- Returns:
- The Availability Zone in which the Reserved Instance can be used.
-
duration
public final Long duration()
The duration of the Reserved Instance, in seconds.
- Returns:
- The duration of the Reserved Instance, in seconds.
-
usagePrice
public final Float usagePrice()
The usage price of the Reserved Instance, per hour.
- Returns:
- The usage price of the Reserved Instance, per hour.
-
fixedPrice
public final Float fixedPrice()
The purchase price of the Reserved Instance.
- Returns:
- The purchase price of the Reserved Instance.
-
productDescription
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 returnRIProductDescription.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromproductDescriptionAsString()
.- Returns:
- The Reserved Instance product platform description.
- See Also:
RIProductDescription
-
productDescriptionAsString
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 returnRIProductDescription.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromproductDescriptionAsString()
.- Returns:
- The Reserved Instance product platform description.
- See Also:
RIProductDescription
-
toBuilder
public ReservedInstancesOffering.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
-
builder
public static ReservedInstancesOffering.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReservedInstancesOffering.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-