@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 | getQueryId()
 The id of the query that needs to be cancelled. | 
| int | hashCode() | 
| void | setQueryId(String queryId)
 The id of the query that needs to be cancelled. | 
| String | toString()Returns a string representation of this object. | 
| CancelQueryRequest | withQueryId(String queryId)
 The id of the query that needs to be cancelled. | 
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, withSdkRequestTimeoutpublic void setQueryId(String queryId)
 The id of the query that needs to be cancelled. QueryID is returned as part of QueryResult.
 
queryId - The id of the query that needs to be cancelled. QueryID is returned as part of QueryResult.public String getQueryId()
 The id of the query that needs to be cancelled. QueryID is returned as part of QueryResult.
 
QueryID is returned as part of QueryResult.public CancelQueryRequest withQueryId(String queryId)
 The id of the query that needs to be cancelled. QueryID is returned as part of QueryResult.
 
queryId - The id of the query that needs to be cancelled. QueryID is returned as part of QueryResult.public String toString()
toString in class ObjectObject.toString()public CancelQueryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()