Class ListAccountAssociationsRequest

    • Method Detail

      • billingPeriod

        public final String billingPeriod()

        The preferred billing period to get account associations.

        Returns:
        The preferred billing period to get account associations.
      • filters

        public final ListAccountAssociationsFilter filters()

        The filter on the account ID of the linked account, or any of the following:

        MONITORED: linked accounts that are associated to billing groups.

        UNMONITORED: linked accounts that aren't associated to billing groups.

        Billing Group Arn: linked accounts that are associated to the provided billing group Arn.

        Returns:
        The filter on the account ID of the linked account, or any of the following:

        MONITORED: linked accounts that are associated to billing groups.

        UNMONITORED: linked accounts that aren't associated to billing groups.

        Billing Group Arn: linked accounts that are associated to the provided billing group Arn.

      • nextToken

        public final String nextToken()

        The pagination token that's used on subsequent calls to retrieve accounts.

        Returns:
        The pagination token that's used on subsequent calls to retrieve accounts.
      • 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