@Generated(value="software.amazon.awssdk:codegen") public final class GetQueryResultsResponse extends AthenaResponse implements ToCopyableBuilder<GetQueryResultsResponse.Builder,GetQueryResultsResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
GetQueryResultsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static GetQueryResultsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ResultSet |
resultSet()
The results of the query execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetQueryResultsResponse.Builder> |
serializableBuilderClass() |
GetQueryResultsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
updateCount()
The number of rows inserted with a
CREATE TABLE AS SELECT statement. |
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Long updateCount()
The number of rows inserted with a CREATE TABLE AS SELECT
statement.
CREATE TABLE AS SELECT
statement.public final ResultSet resultSet()
The results of the query execution.
public final String nextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the
previous page call.
NextToken
from the response
object of the previous page call.public GetQueryResultsResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetQueryResultsResponse.Builder,GetQueryResultsResponse>
toBuilder
in class AwsResponse
public static GetQueryResultsResponse.Builder builder()
public static Class<? extends GetQueryResultsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.