@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExecuteQueryRequest() |
Modifier and Type | Method and Description |
---|---|
ExecuteQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The string that specifies the next page of results.
|
String |
getQueryStatement()
The IoT SiteWise query statement.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
void |
setQueryStatement(String queryStatement)
The IoT SiteWise query statement.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteQueryRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ExecuteQueryRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
ExecuteQueryRequest |
withQueryStatement(String queryStatement)
The IoT SiteWise query statement.
|
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 setQueryStatement(String queryStatement)
The IoT SiteWise query statement.
queryStatement
- The IoT SiteWise query statement.public String getQueryStatement()
The IoT SiteWise query statement.
public ExecuteQueryRequest withQueryStatement(String queryStatement)
The IoT SiteWise query statement.
queryStatement
- The IoT SiteWise query statement.public void setNextToken(String nextToken)
The string that specifies the next page of results.
nextToken
- The string that specifies the next page of results.public String getNextToken()
The string that specifies the next page of results.
public ExecuteQueryRequest withNextToken(String nextToken)
The string that specifies the next page of results.
nextToken
- The string that specifies the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.public Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
public ExecuteQueryRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.public String toString()
toString
in class Object
Object.toString()
public ExecuteQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()