@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQueryResultsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetQueryResultsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetQueryResultsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Integer | getMaxResults()
 The number of query results that you want to return with this call. | 
| String | getMonitorName()
 The name of the monitor to return data for. | 
| String | getNextToken()
 The token for the next set of results. | 
| String | getQueryId()
 The ID of the query that you want to return data results for. | 
| int | hashCode() | 
| void | setMaxResults(Integer maxResults)
 The number of query results that you want to return with this call. | 
| void | setMonitorName(String monitorName)
 The name of the monitor to return data for. | 
| void | setNextToken(String nextToken)
 The token for the next set of results. | 
| void | setQueryId(String queryId)
 The ID of the query that you want to return data results for. | 
| String | toString()Returns a string representation of this object. | 
| GetQueryResultsRequest | withMaxResults(Integer maxResults)
 The number of query results that you want to return with this call. | 
| GetQueryResultsRequest | withMonitorName(String monitorName)
 The name of the monitor to return data for. | 
| GetQueryResultsRequest | withNextToken(String nextToken)
 The token for the next set of results. | 
| GetQueryResultsRequest | withQueryId(String queryId)
 The ID of the query that you want to return data results for. | 
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 to return data for.
monitorName - The name of the monitor to return data for.public String getMonitorName()
The name of the monitor to return data for.
public GetQueryResultsRequest withMonitorName(String monitorName)
The name of the monitor to return data for.
monitorName - The name of the monitor to return data for.public void setQueryId(String queryId)
 The ID of the query that you want to return data results for. A QueryId is an internally-generated
 identifier for a specific query.
 
queryId - The ID of the query that you want to return data results for. A QueryId is an
        internally-generated identifier for a specific query.public String getQueryId()
 The ID of the query that you want to return data results for. A QueryId is an internally-generated
 identifier for a specific query.
 
QueryId is an
         internally-generated identifier for a specific query.public GetQueryResultsRequest withQueryId(String queryId)
 The ID of the query that you want to return data results for. A QueryId is an internally-generated
 identifier for a specific query.
 
queryId - The ID of the query that you want to return data results for. A QueryId is an
        internally-generated identifier for a specific query.public void setNextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.public String getNextToken()
The token for the next set of results. You receive this token from a previous call.
public GetQueryResultsRequest withNextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.public void setMaxResults(Integer maxResults)
The number of query results that you want to return with this call.
maxResults - The number of query results that you want to return with this call.public Integer getMaxResults()
The number of query results that you want to return with this call.
public GetQueryResultsRequest withMaxResults(Integer maxResults)
The number of query results that you want to return with this call.
maxResults - The number of query results that you want to return with this call.public String toString()
toString in class ObjectObject.toString()public GetQueryResultsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()