Class ResourceFilters
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.ResourceFilters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceFilters.Builder,ResourceFilters>
@Generated("software.amazon.awssdk:codegen") public final class ResourceFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceFilters.Builder,ResourceFilters>
Filters the results by resource account ID, region, resource ID, and resource name.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceFilters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The 12-digit source account ID.static ResourceFilters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringregion()The source region.StringresourceId()The ID of the resource.StringresourceName()The name of the resource.List<SdkField<?>>sdkFields()static Class<? extends ResourceFilters.Builder>serializableBuilderClass()ResourceFilters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
accountId
public final String accountId()
The 12-digit source account ID.
- Returns:
- The 12-digit source account ID.
-
resourceId
public final String resourceId()
The ID of the resource.
- Returns:
- The ID of the resource.
-
resourceName
public final String resourceName()
The name of the resource.
- Returns:
- The name of the resource.
-
region
public final String region()
The source region.
- Returns:
- The source region.
-
toBuilder
public ResourceFilters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceFilters.Builder,ResourceFilters>
-
builder
public static ResourceFilters.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceFilters.Builder> serializableBuilderClass()
-
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.
-
-