@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAggregateDiscoveredResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAggregateDiscoveredResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAggregateDiscoveredResourcesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationAggregatorName()
The name of the configuration aggregator.
|
ResourceFilters |
getFilters()
Filters the results based on the
ResourceFilters object. |
Integer |
getLimit()
The maximum number of resource identifiers returned on each page.
|
String |
getNextToken()
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
String |
getResourceType()
The type of resources that you want AWS Config to list in the response.
|
int |
hashCode() |
void |
setConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
void |
setFilters(ResourceFilters filters)
Filters the results based on the
ResourceFilters object. |
void |
setLimit(Integer limit)
The maximum number of resource identifiers returned on each page.
|
void |
setNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
void |
setResourceType(String resourceType)
The type of resources that you want AWS Config to list in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListAggregateDiscoveredResourcesRequest |
withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
ListAggregateDiscoveredResourcesRequest |
withFilters(ResourceFilters filters)
Filters the results based on the
ResourceFilters object. |
ListAggregateDiscoveredResourcesRequest |
withLimit(Integer limit)
The maximum number of resource identifiers returned on each page.
|
ListAggregateDiscoveredResourcesRequest |
withNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
ListAggregateDiscoveredResourcesRequest |
withResourceType(ResourceType resourceType)
The type of resources that you want AWS Config to list in the response.
|
ListAggregateDiscoveredResourcesRequest |
withResourceType(String resourceType)
The type of resources that you want AWS Config to list in the 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 ListAggregateDiscoveredResourcesRequest()
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 ListAggregateDiscoveredResourcesRequest withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.public void setResourceType(String resourceType)
The type of resources that you want AWS Config to list in the response.
resourceType - The type of resources that you want AWS Config to list in the response.ResourceTypepublic String getResourceType()
The type of resources that you want AWS Config to list in the response.
ResourceTypepublic ListAggregateDiscoveredResourcesRequest withResourceType(String resourceType)
The type of resources that you want AWS Config to list in the response.
resourceType - The type of resources that you want AWS Config to list in the response.ResourceTypepublic ListAggregateDiscoveredResourcesRequest withResourceType(ResourceType resourceType)
The type of resources that you want AWS Config to list in the response.
resourceType - The type of resources that you want AWS Config to list in the response.ResourceTypepublic void setFilters(ResourceFilters filters)
Filters the results based on the ResourceFilters object.
filters - Filters the results based on the ResourceFilters object.public ResourceFilters getFilters()
Filters the results based on the ResourceFilters object.
ResourceFilters object.public ListAggregateDiscoveredResourcesRequest withFilters(ResourceFilters filters)
Filters the results based on the ResourceFilters object.
filters - Filters the results based on the ResourceFilters object.public void setLimit(Integer limit)
The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
limit - The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a
number greater than 100. If you specify 0, AWS Config uses the default.public Integer getLimit()
The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
public ListAggregateDiscoveredResourcesRequest withLimit(Integer limit)
The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
limit - The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a
number greater than 100. If you specify 0, AWS Config uses the default.public void setNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of results
in a paginated response.public String getNextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.public ListAggregateDiscoveredResourcesRequest withNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of results
in a paginated response.public String toString()
toString in class ObjectObject.toString()public ListAggregateDiscoveredResourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.