Class ListNodesRequest

    • Method Detail

      • clusterArn

        public final String clusterArn()

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

        Returns:

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      • 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