Class UpdatePricingRuleResponse

    • Method Detail

      • arn

        public final String arn()

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

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

        public final String name()

        The new name of the pricing rule. The name must be unique to each pricing rule.

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

        public final String description()

        The new description for the pricing rule.

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

        public final PricingRuleScope scope()

        The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.

        If the service returns an enum value that is not available in the current SDK version, scope will return PricingRuleScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scopeAsString().

        Returns:
        The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
        See Also:
        PricingRuleScope
      • scopeAsString

        public final String scopeAsString()

        The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.

        If the service returns an enum value that is not available in the current SDK version, scope will return PricingRuleScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scopeAsString().

        Returns:
        The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
        See Also:
        PricingRuleScope
      • modifierPercentage

        public final Double modifierPercentage()

        The new modifier to show pricing plan rates as a percentage.

        Returns:
        The new modifier to show pricing plan rates as a percentage.
      • service

        public final String service()

        If the Scope attribute is set to SERVICE, the attribute indicates which service the PricingRule is applicable for.

        Returns:
        If the Scope attribute is set to SERVICE, the attribute indicates which service the PricingRule is applicable for.
      • associatedPricingPlanCount

        public final Long associatedPricingPlanCount()

        The pricing plans count that this pricing rule is associated with.

        Returns:
        The pricing plans count that this pricing rule is associated with.
      • lastModifiedTime

        public final Long lastModifiedTime()

        The most recent time the pricing rule was modified.

        Returns:
        The most recent time the pricing rule was modified.
      • billingEntity

        public final String billingEntity()

        The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.

        Returns:
        The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
      • tiering

        public final UpdateTieringInput tiering()

        The set of tiering configurations for the pricing rule.

        Returns:
        The set of tiering configurations for the pricing rule.
      • usageType

        public final String usageType()

        Usage type is the unit that each service uses to measure the usage of a specific type of resource.

        If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.

        Returns:
        Usage type is the unit that each service uses to measure the usage of a specific type of resource.

        If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.

      • operation

        public final String operation()

        Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.

        If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

        Returns:
        Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.

        If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

      • 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