Class ListTypesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

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

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

        public final Integer maxResults()

        The total number of types to return in the output. If the total number of types 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 types to return in the output. If the total number of types 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.
      • keyspaceName

        public final String keyspaceName()

        The name of the keyspace that contains the listed types.

        Returns:
        The name of the keyspace that contains the listed types.
      • 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