Class UpdateBillingGroupResponse

    • Method Detail

      • arn

        public final String arn()

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

        Returns:
        The Amazon Resource Name (ARN) of the billing group that was 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.
      • description

        public final String description()

        A description of the billing group.

        Returns:
        A description of the billing group.
      • primaryAccountId

        public final String primaryAccountId()

        The account ID that serves as the main account in a billing group.

        Returns:
        The account ID that serves as the main account in a billing group.
      • pricingPlanArn

        public final String pricingPlanArn()

        The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group.

        Returns:
        The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group.
      • size

        public final Long size()

        The number of accounts in the particular billing group.

        Returns:
        The number of accounts in the particular billing group.
      • lastModifiedTime

        public final Long lastModifiedTime()

        The most recent time when the billing group was modified.

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

        public final String statusReason()

        The reason why the billing group is in its current status.

        Returns:
        The reason why the billing group is in its current status.
      • 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