JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.redshiftdataapi.model

Class GetStatementResultResult

    • Constructor Detail

      • GetStatementResultResult

        public GetStatementResultResult()
    • Method Detail

      • getColumnMetadata

        public List<ColumnMetadata> getColumnMetadata()

        The properties (metadata) of a column.

        Returns:
        The properties (metadata) of a column.
      • setColumnMetadata

        public void setColumnMetadata(Collection<ColumnMetadata> columnMetadata)

        The properties (metadata) of a column.

        Parameters:
        columnMetadata - The properties (metadata) of a column.
      • withColumnMetadata

        public GetStatementResultResult withColumnMetadata(Collection<ColumnMetadata> columnMetadata)

        The properties (metadata) of a column.

        Parameters:
        columnMetadata - The properties (metadata) of a column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.

        Parameters:
        nextToken - A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
      • getNextToken

        public String getNextToken()

        A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.

        Returns:
        A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
      • withNextToken

        public GetStatementResultResult withNextToken(String nextToken)

        A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.

        Parameters:
        nextToken - A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRecords

        public List<List<Field>> getRecords()

        The results of the SQL statement.

        Returns:
        The results of the SQL statement.
      • setRecords

        public void setRecords(Collection<List<Field>> records)

        The results of the SQL statement.

        Parameters:
        records - The results of the SQL statement.
      • withRecords

        public GetStatementResultResult withRecords(Collection<List<Field>> records)

        The results of the SQL statement.

        Parameters:
        records - The results of the SQL statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTotalNumRows

        public void setTotalNumRows(Long totalNumRows)

        The total number of rows in the result set returned from a query. You can use this number to estimate the number of calls to the GetStatementResult operation needed to page through the results.

        Parameters:
        totalNumRows - The total number of rows in the result set returned from a query. You can use this number to estimate the number of calls to the GetStatementResult operation needed to page through the results.
      • getTotalNumRows

        public Long getTotalNumRows()

        The total number of rows in the result set returned from a query. You can use this number to estimate the number of calls to the GetStatementResult operation needed to page through the results.

        Returns:
        The total number of rows in the result set returned from a query. You can use this number to estimate the number of calls to the GetStatementResult operation needed to page through the results.
      • withTotalNumRows

        public GetStatementResultResult withTotalNumRows(Long totalNumRows)

        The total number of rows in the result set returned from a query. You can use this number to estimate the number of calls to the GetStatementResult operation needed to page through the results.

        Parameters:
        totalNumRows - The total number of rows in the result set returned from a query. You can use this number to estimate the number of calls to the GetStatementResult operation needed to page through the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /