@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartQueryExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartQueryExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
StartQueryExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
|
QueryExecutionContext |
getQueryExecutionContext()
The database within which the query executes.
|
String |
getQueryString()
The SQL query statements to be executed.
|
ResultConfiguration |
getResultConfiguration()
Specifies information about where and how to save the results of the query execution.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
|
void |
setQueryExecutionContext(QueryExecutionContext queryExecutionContext)
The database within which the query executes.
|
void |
setQueryString(String queryString)
The SQL query statements to be executed.
|
void |
setResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartQueryExecutionRequest |
withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
|
StartQueryExecutionRequest |
withQueryExecutionContext(QueryExecutionContext queryExecutionContext)
The database within which the query executes.
|
StartQueryExecutionRequest |
withQueryString(String queryString)
The SQL query statements to be executed.
|
StartQueryExecutionRequest |
withResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
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
public void setQueryString(String queryString)
The SQL query statements to be executed.
queryString
- The SQL query statements to be executed.public String getQueryString()
The SQL query statements to be executed.
public StartQueryExecutionRequest withQueryString(String queryString)
The SQL query statements to be executed.
queryString
- The SQL query statements to be executed.public void setClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
If another StartQueryExecution
request is received, the same response is returned and another query
is not created. If a parameter has changed, for example, the QueryString
, an error is returned.
This token is listed as not required because AWS SDKs (for example the AWS SDK for Java) auto-generate the token for users. If you are not using the AWS SDK or the AWS CLI, you must provide this token or the action will fail.
clientRequestToken
- A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only
once). If another StartQueryExecution
request is received, the same response is returned and
another query is not created. If a parameter has changed, for example, the QueryString
, an
error is returned. This token is listed as not required because AWS SDKs (for example the AWS SDK for Java) auto-generate the token for users. If you are not using the AWS SDK or the AWS CLI, you must provide this token or the action will fail.
public String getClientRequestToken()
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
If another StartQueryExecution
request is received, the same response is returned and another query
is not created. If a parameter has changed, for example, the QueryString
, an error is returned.
This token is listed as not required because AWS SDKs (for example the AWS SDK for Java) auto-generate the token for users. If you are not using the AWS SDK or the AWS CLI, you must provide this token or the action will fail.
StartQueryExecution
request is received, the same response is
returned and another query is not created. If a parameter has changed, for example, the
QueryString
, an error is returned. This token is listed as not required because AWS SDKs (for example the AWS SDK for Java) auto-generate the token for users. If you are not using the AWS SDK or the AWS CLI, you must provide this token or the action will fail.
public StartQueryExecutionRequest withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
If another StartQueryExecution
request is received, the same response is returned and another query
is not created. If a parameter has changed, for example, the QueryString
, an error is returned.
This token is listed as not required because AWS SDKs (for example the AWS SDK for Java) auto-generate the token for users. If you are not using the AWS SDK or the AWS CLI, you must provide this token or the action will fail.
clientRequestToken
- A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only
once). If another StartQueryExecution
request is received, the same response is returned and
another query is not created. If a parameter has changed, for example, the QueryString
, an
error is returned. This token is listed as not required because AWS SDKs (for example the AWS SDK for Java) auto-generate the token for users. If you are not using the AWS SDK or the AWS CLI, you must provide this token or the action will fail.
public void setQueryExecutionContext(QueryExecutionContext queryExecutionContext)
The database within which the query executes.
queryExecutionContext
- The database within which the query executes.public QueryExecutionContext getQueryExecutionContext()
The database within which the query executes.
public StartQueryExecutionRequest withQueryExecutionContext(QueryExecutionContext queryExecutionContext)
The database within which the query executes.
queryExecutionContext
- The database within which the query executes.public void setResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
resultConfiguration
- Specifies information about where and how to save the results of the query execution.public ResultConfiguration getResultConfiguration()
Specifies information about where and how to save the results of the query execution.
public StartQueryExecutionRequest withResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
resultConfiguration
- Specifies information about where and how to save the results of the query execution.public String toString()
toString
in class Object
Object.toString()
public StartQueryExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.