@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelQueryRequest() |
Modifier and Type | Method and Description |
---|---|
CancelQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventDataStore()
Deprecated.
|
String |
getQueryId()
The ID of the query that you want to cancel.
|
int |
hashCode() |
void |
setEventDataStore(String eventDataStore)
Deprecated.
|
void |
setQueryId(String queryId)
The ID of the query that you want to cancel.
|
String |
toString()
Returns a string representation of this object.
|
CancelQueryRequest |
withEventDataStore(String eventDataStore)
Deprecated.
|
CancelQueryRequest |
withQueryId(String queryId)
The ID of the query that you want to cancel.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
@Deprecated public void setEventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
eventDataStore
- The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.@Deprecated public String getEventDataStore()
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
@Deprecated public CancelQueryRequest withEventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
eventDataStore
- The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.public void setQueryId(String queryId)
The ID of the query that you want to cancel. The QueryId
comes from the response of a
StartQuery
operation.
queryId
- The ID of the query that you want to cancel. The QueryId
comes from the response of a
StartQuery
operation.public String getQueryId()
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 withQueryId(String queryId)
The ID of the query that you want to cancel. The QueryId
comes from the response of a
StartQuery
operation.
queryId
- The ID of the query that you want to cancel. The QueryId
comes from the response of a
StartQuery
operation.public String toString()
toString
in class Object
Object.toString()
public CancelQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()