Class UpdatePricingPlanResponse

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the updated pricing plan.

        Returns:
        The Amazon Resource Name (ARN) of the updated pricing plan.
      • name

        public final String name()

        The name of the pricing plan. The name must be unique to each pricing plan.

        Returns:
        The name of the pricing plan. The name must be unique to each pricing plan.
      • description

        public final String description()

        The new description for the pricing rule.

        Returns:
        The new description for the pricing rule.
      • size

        public final Long size()

        The pricing rules count that's currently associated with this pricing plan list.

        Returns:
        The pricing rules count that's currently associated with this pricing plan list.
      • lastModifiedTime

        public final Long lastModifiedTime()

        The most recent time when the pricing plan was modified.

        Returns:
        The most recent time when the pricing plan was modified.
      • 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