Class ListResolverConfigsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of Resolver configurations that you want to return in the response to a ListResolverConfigs request. If you don't specify a value for MaxResults, up to 100 Resolver configurations are returned.

        Returns:
        The maximum number of Resolver configurations that you want to return in the response to a ListResolverConfigs request. If you don't specify a value for MaxResults, up to 100 Resolver configurations are returned.
      • nextToken

        public final String nextToken()

        (Optional) If the current Amazon Web Services account has more than MaxResults Resolver configurations, use NextToken to get the second and subsequent pages of results.

        For the first ListResolverConfigs request, omit this value.

        For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

        Returns:
        (Optional) If the current Amazon Web Services account has more than MaxResults Resolver configurations, use NextToken to get the second and subsequent pages of results.

        For the first ListResolverConfigs request, omit this value.

        For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

      • 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