Class ReservedInstancesOffering

    • Method Detail

      • 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.
      • 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:
        InstanceType
      • 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:
        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 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:
        CurrencyCodeValues
      • 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:
        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. 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:
        OfferingClassType
      • 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:
        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 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:
        Scope
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)