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:
  • Method Details

    • 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.
    • fixedPrice

      public final Float fixedPrice()

      The purchase price of the Reserved Instance.

      Returns:
      The purchase price of the Reserved Instance.
    • 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 return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from instanceTypeAsString().

      Returns:
      The instance type on which the Reserved Instance can be used.
      See Also:
    • 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 return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from instanceTypeAsString().

      Returns:
      The instance type on which the Reserved Instance can be used.
      See Also:
    • 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 return RIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from productDescriptionAsString().

      Returns:
      The Reserved Instance product platform description.
      See Also:
    • 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 return RIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from productDescriptionAsString().

      Returns:
      The Reserved Instance product platform description.
      See Also:
    • 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.
    • usagePrice

      public final Float usagePrice()

      The usage price of the Reserved Instance, per hour.

      Returns:
      The usage price of the Reserved Instance, per hour.
    • 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 return CurrencyCodeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from currencyCodeAsString().

      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:
    • 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 return CurrencyCodeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from currencyCodeAsString().

      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:
    • 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 return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from instanceTenancyAsString().

      Returns:
      The tenancy of the instance.
      See Also:
    • 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 return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from instanceTenancyAsString().

      Returns:
      The tenancy of the instance.
      See Also:
    • 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. 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().

      Returns:
      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.
      See Also:
    • offeringClassAsString

      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().

      Returns:
      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.
      See Also:
    • 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 return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from offeringTypeAsString().

      Returns:
      The Reserved Instance offering type.
      See Also:
    • 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 return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from offeringTypeAsString().

      Returns:
      The Reserved Instance offering type.
      See Also:
    • 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 the 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.
    • 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 the 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.
    • 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 return Scope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scopeAsString().

      Returns:
      Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
      See Also:
    • 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 return Scope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scopeAsString().

      Returns:
      Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
      See Also:
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
      Returns:
      a builder for type T
    • builder

      public static ReservedInstancesOffering.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ReservedInstancesOffering.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.