Class SavingsPlansAmortizedCommitment

    • Method Detail

      • amortizedRecurringCommitment

        public final String amortizedRecurringCommitment()

        The amortized amount of your Savings Plans commitment that was purchased with either a Partial or a NoUpfront.

        Returns:
        The amortized amount of your Savings Plans commitment that was purchased with either a Partial or a NoUpfront.
      • amortizedUpfrontCommitment

        public final String amortizedUpfrontCommitment()

        The amortized amount of your Savings Plans commitment that was purchased with an Upfront or PartialUpfront Savings Plans.

        Returns:
        The amortized amount of your Savings Plans commitment that was purchased with an Upfront or PartialUpfront Savings Plans.
      • totalAmortizedCommitment

        public final String totalAmortizedCommitment()

        The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.

        Returns:
        The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
      • 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)