Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListDiscoveredResourcesRequest.Builder,ListDiscoveredResourcesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListDiscoveredResourcesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDiscoveredResourcesRequest.Builder,ListDiscoveredResourcesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDiscoveredResourcesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListDiscoveredResourcesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
includeDeletedResources() |
Specifies whether AWS Config includes deleted resources in the results.
|
Integer |
limit() |
The maximum number of resource identifiers returned on each page.
|
String |
nextToken() |
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
List<String> |
resourceIds() |
The IDs of only those resources that you want AWS Config to list in the response.
|
String |
resourceName() |
The custom name of only those resources that you want AWS Config to list in the response.
|
String |
resourceType() |
The type of resources that you want AWS Config to list in the response.
|
static Class<? extends ListDiscoveredResourcesRequest.Builder> |
serializableBuilderClass() |
|
ListDiscoveredResourcesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String resourceType()
The type of resources that you want AWS Config to list in the response.
ResourceType
public List<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.
public 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.
public 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.
public Boolean includeDeletedResources()
Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.
public 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
string returned on a previous page that you use to get the next page of
results in a paginated response.public ListDiscoveredResourcesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDiscoveredResourcesRequest.Builder,ListDiscoveredResourcesRequest>
public static ListDiscoveredResourcesRequest.Builder builder()
public static Class<? extends ListDiscoveredResourcesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.