Class ListKeyspacesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

        Returns:
        The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
      • maxResults

        public final Integer maxResults()

        The total number of keyspaces to return in the output. If the total number of keyspaces available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

        Returns:
        The total number of keyspaces to return in the output. If the total number of keyspaces available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.
      • 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