Class ListUsageLimitsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. The default is 100.

        Returns:
        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. The default is 100.
      • nextToken

        public final String nextToken()

        If your initial ListUsageLimits operation returns a nextToken, you can include the returned nextToken in following ListUsageLimits operations, which returns results in the next page.

        Returns:
        If your initial ListUsageLimits operation returns a nextToken, you can include the returned nextToken in following ListUsageLimits operations, which returns results in the next page.
      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.

        Returns:
        The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.
      • 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