@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
StopQueryRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
StopQueryRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getMonitorName()
 The name of the monitor. 
 | 
String | 
getQueryId()
 The ID of the query that you want to stop. 
 | 
int | 
hashCode()  | 
void | 
setMonitorName(String monitorName)
 The name of the monitor. 
 | 
void | 
setQueryId(String queryId)
 The ID of the query that you want to stop. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StopQueryRequest | 
withMonitorName(String monitorName)
 The name of the monitor. 
 | 
StopQueryRequest | 
withQueryId(String queryId)
 The ID of the query that you want to stop. 
 | 
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 setMonitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.public String getMonitorName()
The name of the monitor.
public StopQueryRequest withMonitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.public void setQueryId(String queryId)
 The ID of the query that you want to stop. A QueryId is an internally-generated identifier for a
 specific query.
 
queryId - The ID of the query that you want to stop. A QueryId is an internally-generated identifier
        for a specific query.public String getQueryId()
 The ID of the query that you want to stop. A QueryId is an internally-generated identifier for a
 specific query.
 
QueryId is an internally-generated identifier
         for a specific query.public StopQueryRequest withQueryId(String queryId)
 The ID of the query that you want to stop. A QueryId is an internally-generated identifier for a
 specific query.
 
queryId - The ID of the query that you want to stop. A QueryId is an internally-generated identifier
        for a specific query.public String toString()
toString in class ObjectObject.toString()public StopQueryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()