@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUsersFilters extends Object implements Serializable, Cloneable, StructuredPojo
Filtering options for ListUsers operation. This is only used as input to Operation.
| Constructor and Description |
|---|
ListUsersFilters() |
| Modifier and Type | Method and Description |
|---|---|
ListUsersFilters |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayNamePrefix()
Filters only users with the provided display name prefix.
|
String |
getPrimaryEmailPrefix()
Filters only users with the provided email prefix.
|
String |
getState()
Filters only users with the provided state.
|
String |
getUsernamePrefix()
Filters only users with the provided username prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDisplayNamePrefix(String displayNamePrefix)
Filters only users with the provided display name prefix.
|
void |
setPrimaryEmailPrefix(String primaryEmailPrefix)
Filters only users with the provided email prefix.
|
void |
setState(String state)
Filters only users with the provided state.
|
void |
setUsernamePrefix(String usernamePrefix)
Filters only users with the provided username prefix.
|
String |
toString()
Returns a string representation of this object.
|
ListUsersFilters |
withDisplayNamePrefix(String displayNamePrefix)
Filters only users with the provided display name prefix.
|
ListUsersFilters |
withPrimaryEmailPrefix(String primaryEmailPrefix)
Filters only users with the provided email prefix.
|
ListUsersFilters |
withState(EntityState state)
Filters only users with the provided state.
|
ListUsersFilters |
withState(String state)
Filters only users with the provided state.
|
ListUsersFilters |
withUsernamePrefix(String usernamePrefix)
Filters only users with the provided username prefix.
|
public void setUsernamePrefix(String usernamePrefix)
Filters only users with the provided username prefix.
usernamePrefix - Filters only users with the provided username prefix.public String getUsernamePrefix()
Filters only users with the provided username prefix.
public ListUsersFilters withUsernamePrefix(String usernamePrefix)
Filters only users with the provided username prefix.
usernamePrefix - Filters only users with the provided username prefix.public void setDisplayNamePrefix(String displayNamePrefix)
Filters only users with the provided display name prefix.
displayNamePrefix - Filters only users with the provided display name prefix.public String getDisplayNamePrefix()
Filters only users with the provided display name prefix.
public ListUsersFilters withDisplayNamePrefix(String displayNamePrefix)
Filters only users with the provided display name prefix.
displayNamePrefix - Filters only users with the provided display name prefix.public void setPrimaryEmailPrefix(String primaryEmailPrefix)
Filters only users with the provided email prefix.
primaryEmailPrefix - Filters only users with the provided email prefix.public String getPrimaryEmailPrefix()
Filters only users with the provided email prefix.
public ListUsersFilters withPrimaryEmailPrefix(String primaryEmailPrefix)
Filters only users with the provided email prefix.
primaryEmailPrefix - Filters only users with the provided email prefix.public void setState(String state)
Filters only users with the provided state.
state - Filters only users with the provided state.EntityStatepublic String getState()
Filters only users with the provided state.
EntityStatepublic ListUsersFilters withState(String state)
Filters only users with the provided state.
state - Filters only users with the provided state.EntityStatepublic ListUsersFilters withState(EntityState state)
Filters only users with the provided state.
state - Filters only users with the provided state.EntityStatepublic String toString()
toString in class ObjectObject.toString()public ListUsersFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.