Class SubscriptionPricingDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SubscriptionPricingDetails.Builder,SubscriptionPricingDetails>
The pricing details for a subscription.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final CurrencyCodecurrency()The currency of the price.final StringThe currency of the price.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final FloatThe monthly recurring price.final PaymentOptionThe payment option.final StringThe payment option.final PaymentTermThe payment term.final StringThe payment term.static Class<? extends SubscriptionPricingDetails.Builder>final StringtoString()Returns a string representation of this object.final FloatThe upfront price.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
paymentOption
The payment option.
If the service returns an enum value that is not available in the current SDK version,
paymentOptionwill returnPaymentOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompaymentOptionAsString().- Returns:
- The payment option.
- See Also:
-
paymentOptionAsString
The payment option.
If the service returns an enum value that is not available in the current SDK version,
paymentOptionwill returnPaymentOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompaymentOptionAsString().- Returns:
- The payment option.
- See Also:
-
paymentTerm
The payment term.
If the service returns an enum value that is not available in the current SDK version,
paymentTermwill returnPaymentTerm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompaymentTermAsString().- Returns:
- The payment term.
- See Also:
-
paymentTermAsString
The payment term.
If the service returns an enum value that is not available in the current SDK version,
paymentTermwill returnPaymentTerm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompaymentTermAsString().- Returns:
- The payment term.
- See Also:
-
upfrontPrice
The upfront price.
- Returns:
- The upfront price.
-
monthlyRecurringPrice
The monthly recurring price.
- Returns:
- The monthly recurring price.
-
currency
The currency of the price. Currently only
USDis supported.If the service returns an enum value that is not available in the current SDK version,
currencywill returnCurrencyCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrencyAsString().- Returns:
- The currency of the price. Currently only
USDis supported. - See Also:
-
currencyAsString
The currency of the price. Currently only
USDis supported.If the service returns an enum value that is not available in the current SDK version,
currencywill returnCurrencyCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrencyAsString().- Returns:
- The currency of the price. Currently only
USDis supported. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SubscriptionPricingDetails.Builder,SubscriptionPricingDetails>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-