@Generated(value="software.amazon.awssdk:codegen") public final class ListUsersFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListUsersFilters.Builder,ListUsersFilters>
Filtering options for ListUsers operation. This is only used as input to Operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListUsersFilters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListUsersFilters.Builder |
builder() |
String |
displayNamePrefix()
Filters only users with the provided display name prefix.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
primaryEmailPrefix()
Filters only users with the provided email prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListUsersFilters.Builder> |
serializableBuilderClass() |
EntityState |
state()
Filters only users with the provided state.
|
String |
stateAsString()
Filters only users with the provided state.
|
ListUsersFilters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
usernamePrefix()
Filters only users with the provided username prefix.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String usernamePrefix()
Filters only users with the provided username prefix.
public final String displayNamePrefix()
Filters only users with the provided display name prefix.
public final String primaryEmailPrefix()
Filters only users with the provided email prefix.
public final EntityState state()
Filters only users 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 users 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 ListUsersFilters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListUsersFilters.Builder,ListUsersFilters>public static ListUsersFilters.Builder builder()
public static Class<? extends ListUsersFilters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.