@Generated(value="software.amazon.awssdk:codegen") public final class ListResourcesFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListResourcesFilters.Builder,ListResourcesFilters>
Filtering options for ListResources operation. This is only used as input to Operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourcesFilters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResourcesFilters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namePrefix()
Filters only resource that start with the entered name prefix .
|
String |
primaryEmailPrefix()
Filters only resource with the provided primary email prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResourcesFilters.Builder> |
serializableBuilderClass() |
EntityState |
state()
Filters only resource with the provided state.
|
String |
stateAsString()
Filters only resource with the provided state.
|
ListResourcesFilters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namePrefix()
Filters only resource that start with the entered name prefix .
public final String primaryEmailPrefix()
Filters only resource with the provided primary email prefix.
public final EntityState state()
Filters only resource with the provided state.
If the service returns an enum value that is not available in the current SDK version, state will return
EntityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
EntityStatepublic final String stateAsString()
Filters only resource with the provided state.
If the service returns an enum value that is not available in the current SDK version, state will return
EntityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
EntityStatepublic ListResourcesFilters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResourcesFilters.Builder,ListResourcesFilters>public static ListResourcesFilters.Builder builder()
public static Class<? extends ListResourcesFilters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.