@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. |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 AwsResponsepublic static GetQueryResultsResponse.Builder builder()
public static Class<? extends GetQueryResultsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.