@Generated(value="software.amazon.awssdk:codegen") public final class CancelQueryRequest extends CloudTrailRequest implements ToCopyableBuilder<CancelQueryRequest.Builder,CancelQueryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CancelQueryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CancelQueryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventDataStore()
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queryId()
The ID of the query that you want to cancel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CancelQueryRequest.Builder> |
serializableBuilderClass() |
CancelQueryRequest.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 the ID suffix of the ARN) of an event data store on which the specified query is running.
public final String queryId()
The ID of the query that you want to cancel. The QueryId comes from the response of a
StartQuery operation.
QueryId comes from the response of a
StartQuery operation.public CancelQueryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CancelQueryRequest.Builder,CancelQueryRequest>toBuilder in class CloudTrailRequestpublic static CancelQueryRequest.Builder builder()
public static Class<? extends CancelQueryRequest.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.