@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 AWS Config includes deleted resources in the results.
|
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. |
List<String> |
getResourceIds()
The IDs of only those resources that you want AWS Config to list in the response.
|
String |
getResourceName()
The custom name of only those resources that you want AWS Config to list in the response.
|
String |
getResourceType()
The type of resources that you want AWS Config to list in the response.
|
int |
hashCode() |
Boolean |
isIncludeDeletedResources()
Specifies whether AWS Config includes deleted resources in the results.
|
void |
setIncludeDeletedResources(Boolean includeDeletedResources)
Specifies whether AWS 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
nextToken string 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 AWS Config to list in the response.
|
void |
setResourceName(String resourceName)
The custom name of only those resources that you want AWS Config to list in the response.
|
void |
setResourceType(ResourceType resourceType)
The type of resources that you want AWS Config to list in the 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; useful for testing and debugging.
|
ListDiscoveredResourcesRequest |
withIncludeDeletedResources(Boolean includeDeletedResources)
Specifies whether AWS 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
nextToken string 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 AWS Config to list in the response.
|
ListDiscoveredResourcesRequest |
withResourceIds(String... resourceIds)
The IDs of only those resources that you want AWS Config to list in the response.
|
ListDiscoveredResourcesRequest |
withResourceName(String resourceName)
The custom name of only those resources that you want AWS Config to list in the response.
|
ListDiscoveredResourcesRequest |
withResourceType(ResourceType resourceType)
The type of resources that you want AWS Config to list in the response.
|
ListDiscoveredResourcesRequest |
withResourceType(String resourceType)
The type of resources that you want AWS 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, withSdkRequestTimeout
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.ResourceType
public String getResourceType()
The type of resources that you want AWS Config to list in the response.
ResourceType
public ListDiscoveredResourcesRequest 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.ResourceType
public void setResourceType(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.ResourceType
public ListDiscoveredResourcesRequest 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.ResourceType
public List<String> getResourceIds()
The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
public void setResourceIds(Collection<String> resourceIds)
The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
resourceIds
- The IDs of only those resources that you want AWS Config to list in the response. If you do not specify
this parameter, AWS Config lists all resources of the specified type that it has discovered.public ListDiscoveredResourcesRequest withResourceIds(String... resourceIds)
The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
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 AWS Config to list in the response. If you do not specify
this parameter, AWS Config lists all resources of the specified type that it has discovered.public ListDiscoveredResourcesRequest withResourceIds(Collection<String> resourceIds)
The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
resourceIds
- The IDs of only those resources that you want AWS Config to list in the response. If you do not specify
this parameter, AWS Config lists all resources of the specified type that it has discovered.public void setResourceName(String resourceName)
The custom name of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
resourceName
- The custom name of only those resources that you want AWS Config to list in the response. If you do not
specify this parameter, AWS 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 AWS Config to list in the response. If you do not specify this parameter, AWS 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 AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
resourceName
- The custom name of only those resources that you want AWS Config to list in the response. If you do not
specify this parameter, AWS 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 limit 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
limit 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 limit greater than 100. If you specify 0, AWS 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 limit 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
limit greater than 100. If you specify 0, AWS Config uses the default.public void setIncludeDeletedResources(Boolean includeDeletedResources)
Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.
includeDeletedResources
- Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are
not included.public Boolean getIncludeDeletedResources()
Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.
public ListDiscoveredResourcesRequest withIncludeDeletedResources(Boolean includeDeletedResources)
Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.
includeDeletedResources
- Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are
not included.public Boolean isIncludeDeletedResources()
Specifies whether AWS 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 Object
Object.toString()
public ListDiscoveredResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.