Class GetFreeTierUsageRequest

    • Method Detail

      • filter

        public final Expression filter()

        An expression that specifies the conditions that you want each FreeTierUsage object to meet.

        Returns:
        An expression that specifies the conditions that you want each FreeTierUsage object to meet.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response. MaxResults means that there can be up to the specified number of values, but there might be fewer results based on your filters.

        Returns:
        The maximum number of results to return in the response. MaxResults means that there can be up to the specified number of values, but there might be fewer results based on your filters.
      • nextToken

        public final String nextToken()

        The pagination token that indicates the next set of results to retrieve.

        Returns:
        The pagination token that indicates the next set of results 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