@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDiscoveredResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListDiscoveredResourcesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListDiscoveredResourcesRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Boolean | getIncludeDeletedResources()
 Specifies whether Config includes deleted resources in the results. | 
| Integer | getLimit()
 The maximum number of resource identifiers returned on each page. | 
| String | getNextToken()
 The  nextTokenstring returned on a previous page that you use to get the next page of results in a
 paginated response. | 
| List<String> | getResourceIds()
 The IDs of only those resources that you want Config to list in the response. | 
| String | getResourceName()
 The custom name of only those resources that you want Config to list in the response. | 
| String | getResourceType()
 The type of resources that you want Config to list in the response. | 
| int | hashCode() | 
| Boolean | isIncludeDeletedResources()
 Specifies whether Config includes deleted resources in the results. | 
| void | setIncludeDeletedResources(Boolean includeDeletedResources)
 Specifies whether Config includes deleted resources in the results. | 
| void | setLimit(Integer limit)
 The maximum number of resource identifiers returned on each page. | 
| void | setNextToken(String nextToken)
 The  nextTokenstring returned on a previous page that you use to get the next page of results in a
 paginated response. | 
| void | setResourceIds(Collection<String> resourceIds)
 The IDs of only those resources that you want Config to list in the response. | 
| void | setResourceName(String resourceName)
 The custom name of only those resources that you want Config to list in the response. | 
| void | setResourceType(ResourceType resourceType)
 The type of resources that you want Config to list in the response. | 
| void | setResourceType(String resourceType)
 The type of resources that you want Config to list in the response. | 
| String | toString()Returns a string representation of this object. | 
| ListDiscoveredResourcesRequest | withIncludeDeletedResources(Boolean includeDeletedResources)
 Specifies whether Config includes deleted resources in the results. | 
| ListDiscoveredResourcesRequest | withLimit(Integer limit)
 The maximum number of resource identifiers returned on each page. | 
| ListDiscoveredResourcesRequest | withNextToken(String nextToken)
 The  nextTokenstring returned on a previous page that you use to get the next page of results in a
 paginated response. | 
| ListDiscoveredResourcesRequest | withResourceIds(Collection<String> resourceIds)
 The IDs of only those resources that you want Config to list in the response. | 
| ListDiscoveredResourcesRequest | withResourceIds(String... resourceIds)
 The IDs of only those resources that you want Config to list in the response. | 
| ListDiscoveredResourcesRequest | withResourceName(String resourceName)
 The custom name of only those resources that you want Config to list in the response. | 
| ListDiscoveredResourcesRequest | withResourceType(ResourceType resourceType)
 The type of resources that you want Config to list in the response. | 
| ListDiscoveredResourcesRequest | withResourceType(String resourceType)
 The type of resources that you want Config to list in the response. | 
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 setResourceType(String resourceType)
The type of resources that you want Config to list in the response.
resourceType - The type of resources that you want Config to list in the response.ResourceTypepublic String getResourceType()
The type of resources that you want Config to list in the response.
ResourceTypepublic ListDiscoveredResourcesRequest withResourceType(String resourceType)
The type of resources that you want Config to list in the response.
resourceType - The type of resources that you want Config to list in the response.ResourceTypepublic void setResourceType(ResourceType resourceType)
The type of resources that you want Config to list in the response.
resourceType - The type of resources that you want Config to list in the response.ResourceTypepublic ListDiscoveredResourcesRequest withResourceType(ResourceType resourceType)
The type of resources that you want Config to list in the response.
resourceType - The type of resources that you want Config to list in the response.ResourceTypepublic List<String> getResourceIds()
The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.
public void setResourceIds(Collection<String> resourceIds)
The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.
resourceIds - The IDs of only those resources that you want Config to list in the response. If you do not specify this
        parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum
        of 1 resourceID and a maximum of 20 resourceIds.public ListDiscoveredResourcesRequest withResourceIds(String... resourceIds)
The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.
 NOTE: This method appends the values to the existing list (if any). Use
 setResourceIds(java.util.Collection) or withResourceIds(java.util.Collection) if you want to
 override the existing values.
 
resourceIds - The IDs of only those resources that you want Config to list in the response. If you do not specify this
        parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum
        of 1 resourceID and a maximum of 20 resourceIds.public ListDiscoveredResourcesRequest withResourceIds(Collection<String> resourceIds)
The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.
resourceIds - The IDs of only those resources that you want Config to list in the response. If you do not specify this
        parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum
        of 1 resourceID and a maximum of 20 resourceIds.public void setResourceName(String resourceName)
The custom name of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.
resourceName - The custom name of only those resources that you want Config to list in the response. If you do not
        specify this parameter, Config lists all resources of the specified type that it has discovered.public String getResourceName()
The custom name of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.
public ListDiscoveredResourcesRequest withResourceName(String resourceName)
The custom name of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.
resourceName - The custom name of only those resources that you want Config to list in the response. If you do not
        specify this parameter, Config lists all resources of the specified type that it has discovered.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, 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, 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, Config uses the default.
public ListDiscoveredResourcesRequest 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, 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, Config uses the default.public void setIncludeDeletedResources(Boolean includeDeletedResources)
Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.
includeDeletedResources - Specifies whether Config includes deleted resources in the results. By default, deleted resources are not
        included.public Boolean getIncludeDeletedResources()
Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.
public ListDiscoveredResourcesRequest withIncludeDeletedResources(Boolean includeDeletedResources)
Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.
includeDeletedResources - Specifies whether Config includes deleted resources in the results. By default, deleted resources are not
        included.public Boolean isIncludeDeletedResources()
Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.
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 ListDiscoveredResourcesRequest 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 ListDiscoveredResourcesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()