Class DescribeBudgetsRequest

    • Method Detail

      • accountId

        public final String accountId()

        The accountId that is associated with the budgets that you want to describe.

        Returns:
        The accountId that is associated with the budgets that you want to describe.
      • maxResults

        public final Integer maxResults()

        An integer that represents how many budgets a paginated response contains. The default is 100.

        Returns:
        An integer that represents how many budgets a paginated response contains. The default is 100.
      • nextToken

        public final String nextToken()

        The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

        Returns:
        The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
      • 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