@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrepareQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PrepareQueryRequest() |
Modifier and Type | Method and Description |
---|---|
PrepareQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getQueryString()
The Timestream query string that you want to use as a prepared statement.
|
Boolean |
getValidateOnly()
By setting this value to
true , Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use. |
int |
hashCode() |
Boolean |
isValidateOnly()
By setting this value to
true , Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use. |
void |
setQueryString(String queryString)
The Timestream query string that you want to use as a prepared statement.
|
void |
setValidateOnly(Boolean validateOnly)
By setting this value to
true , Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use. |
String |
toString()
Returns a string representation of this object.
|
PrepareQueryRequest |
withQueryString(String queryString)
The Timestream query string that you want to use as a prepared statement.
|
PrepareQueryRequest |
withValidateOnly(Boolean validateOnly)
By setting this value to
true , Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use. |
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 Timestream query string that you want to use as a prepared statement. Parameter names can be specified in the
query string @
character followed by an identifier.
queryString
- The Timestream query string that you want to use as a prepared statement. Parameter names can be specified
in the query string @
character followed by an identifier.public String getQueryString()
The Timestream query string that you want to use as a prepared statement. Parameter names can be specified in the
query string @
character followed by an identifier.
@
character followed by an identifier.public PrepareQueryRequest withQueryString(String queryString)
The Timestream query string that you want to use as a prepared statement. Parameter names can be specified in the
query string @
character followed by an identifier.
queryString
- The Timestream query string that you want to use as a prepared statement. Parameter names can be specified
in the query string @
character followed by an identifier.public void setValidateOnly(Boolean validateOnly)
By setting this value to true
, Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use.
validateOnly
- By setting this value to true
, Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use.public Boolean getValidateOnly()
By setting this value to true
, Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use.
true
, Timestream will only validate that the query string is a
valid Timestream query, and not store the prepared query for later use.public PrepareQueryRequest withValidateOnly(Boolean validateOnly)
By setting this value to true
, Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use.
validateOnly
- By setting this value to true
, Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use.public Boolean isValidateOnly()
By setting this value to true
, Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use.
true
, Timestream will only validate that the query string is a
valid Timestream query, and not store the prepared query for later use.public String toString()
toString
in class Object
Object.toString()
public PrepareQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()