Class UpdateBillingGroupRequest

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the billing group being updated.

        Returns:
        The Amazon Resource Name (ARN) of the billing group being updated.
      • name

        public final String name()

        The name of the billing group. The names must be unique to each billing group.

        Returns:
        The name of the billing group. The names must be unique to each billing group.
      • statusAsString

        public final String statusAsString()

        The status of the billing group. Only one of the valid values can be used.

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

        Returns:
        The status of the billing group. Only one of the valid values can be used.
        See Also:
        BillingGroupStatus
      • computationPreference

        public final ComputationPreference computationPreference()

        The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.

        Returns:
        The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
      • description

        public final String description()

        A description of the billing group.

        Returns:
        A description of the billing group.
      • accountGrouping

        public final UpdateBillingGroupAccountGrouping accountGrouping()

        Specifies if the billing group has automatic account association (AutoAssociate) enabled.

        Returns:
        Specifies if the billing group has automatic account association (AutoAssociate) enabled.
      • 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