Class ListClustersRequest

    • Method Detail

      • clusterNameFilter

        public final String clusterNameFilter()

        Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.

        Returns:

        Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

        Returns:

        The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

      • nextToken

        public final String nextToken()

        The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.

        Returns:

        The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next 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