@Generated(value="software.amazon.awssdk:codegen") public final class GetQueryResultsRequest extends CloudTrailRequest implements ToCopyableBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetQueryResultsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetQueryResultsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventDataStore()
The ARN (or ID suffix of the ARN) of the event data store against which the query was run.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxQueryResults()
The maximum number of query results to display on a single page.
|
String |
nextToken()
A token you can use to get the next page of query results.
|
String |
queryId()
The ID of the query for which you want to get results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetQueryResultsRequest.Builder> |
serializableBuilderClass() |
GetQueryResultsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventDataStore()
The ARN (or ID suffix of the ARN) of the event data store against which the query was run.
public final String queryId()
The ID of the query for which you want to get results.
public final String nextToken()
A token you can use to get the next page of query results.
public final Integer maxQueryResults()
The maximum number of query results to display on a single page.
public GetQueryResultsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>toBuilder in class CloudTrailRequestpublic static GetQueryResultsRequest.Builder builder()
public static Class<? extends GetQueryResultsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.