Class ListAggregateDiscoveredResourcesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.config.model.ConfigRequest
-
- software.amazon.awssdk.services.config.model.ListAggregateDiscoveredResourcesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAggregateDiscoveredResourcesRequest.Builder,ListAggregateDiscoveredResourcesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAggregateDiscoveredResourcesRequest extends ConfigRequest implements ToCopyableBuilder<ListAggregateDiscoveredResourcesRequest.Builder,ListAggregateDiscoveredResourcesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAggregateDiscoveredResourcesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAggregateDiscoveredResourcesRequest.Builderbuilder()StringconfigurationAggregatorName()The name of the configuration aggregator.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ResourceFiltersfilters()Filters the results based on theResourceFiltersobject.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerlimit()The maximum number of resource identifiers returned on each page.StringnextToken()ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.ResourceTyperesourceType()The type of resources that you want Config to list in the response.StringresourceTypeAsString()The type of resources that you want Config to list in the response.List<SdkField<?>>sdkFields()static Class<? extends ListAggregateDiscoveredResourcesRequest.Builder>serializableBuilderClass()ListAggregateDiscoveredResourcesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
configurationAggregatorName
public final String configurationAggregatorName()
The name of the configuration aggregator.
- Returns:
- The name of the configuration aggregator.
-
resourceType
public final ResourceType resourceType()
The type of resources that you want Config to list in the response.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of resources that you want Config to list in the response.
- See Also:
ResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
The type of resources that you want Config to list in the response.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of resources that you want Config to list in the response.
- See Also:
ResourceType
-
filters
public final ResourceFilters filters()
Filters the results based on the
ResourceFiltersobject.- Returns:
- Filters the results based on the
ResourceFiltersobject.
-
limit
public final Integer limit()
The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
- Returns:
- The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
-
nextToken
public final String nextToken()
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.
-
toBuilder
public ListAggregateDiscoveredResourcesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAggregateDiscoveredResourcesRequest.Builder,ListAggregateDiscoveredResourcesRequest>- Specified by:
toBuilderin classConfigRequest
-
builder
public static ListAggregateDiscoveredResourcesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAggregateDiscoveredResourcesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-