@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectAggregateResourceConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SelectAggregateResourceConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
SelectAggregateResourceConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationAggregatorName()
The name of the configuration aggregator.
|
String |
getExpression()
The SQL query SELECT command.
|
Integer |
getLimit()
The maximum number of query results returned on each page.
|
Integer |
getMaxResults()
The maximum number of query results returned on each page.
|
String |
getNextToken()
The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.
|
int |
hashCode() |
void |
setConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
void |
setExpression(String expression)
The SQL query SELECT command.
|
void |
setLimit(Integer limit)
The maximum number of query results returned on each page.
|
void |
setMaxResults(Integer maxResults)
The maximum number of query results returned on each page.
|
void |
setNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.
|
String |
toString()
Returns a string representation of this object.
|
SelectAggregateResourceConfigRequest |
withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
SelectAggregateResourceConfigRequest |
withExpression(String expression)
The SQL query SELECT command.
|
SelectAggregateResourceConfigRequest |
withLimit(Integer limit)
The maximum number of query results returned on each page.
|
SelectAggregateResourceConfigRequest |
withMaxResults(Integer maxResults)
The maximum number of query results returned on each page.
|
SelectAggregateResourceConfigRequest |
withNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.
|
addHandlerContext, copyBaseTo, 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 SelectAggregateResourceConfigRequest()
public void setExpression(String expression)
The SQL query SELECT command.
expression - The SQL query SELECT command.public String getExpression()
The SQL query SELECT command.
public SelectAggregateResourceConfigRequest withExpression(String expression)
The SQL query SELECT command.
expression - The SQL query SELECT command.public void setConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.public String getConfigurationAggregatorName()
The name of the configuration aggregator.
public SelectAggregateResourceConfigRequest withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.public void setLimit(Integer limit)
The maximum number of query results returned on each page.
limit - The maximum number of query results returned on each page.public Integer getLimit()
The maximum number of query results returned on each page.
public SelectAggregateResourceConfigRequest withLimit(Integer limit)
The maximum number of query results returned on each page.
limit - The maximum number of query results returned on each page.public void setMaxResults(Integer maxResults)
The maximum number of query results returned on each page. Config also allows the Limit request parameter.
maxResults - The maximum number of query results returned on each page. Config also allows the Limit request parameter.public Integer getMaxResults()
The maximum number of query results returned on each page. Config also allows the Limit request parameter.
public SelectAggregateResourceConfigRequest withMaxResults(Integer maxResults)
The maximum number of query results returned on each page. Config also allows the Limit request parameter.
maxResults - The maximum number of query results returned on each page. Config also allows the Limit request parameter.public void setNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.public String getNextToken()
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
public SelectAggregateResourceConfigRequest withNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.public String toString()
toString in class ObjectObject.toString()public SelectAggregateResourceConfigRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.