@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserDataFilters extends Object implements Serializable, Cloneable, StructuredPojo
A filter for the user data.
| Constructor and Description |
|---|
UserDataFilters() |
| Modifier and Type | Method and Description |
|---|---|
UserDataFilters |
clone() |
boolean |
equals(Object obj) |
ContactFilter |
getContactFilter()
A filter for the user data based on the contact information that is associated to the user.
|
List<String> |
getQueues()
Contains information about a queue resource for which metrics are returned.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContactFilter(ContactFilter contactFilter)
A filter for the user data based on the contact information that is associated to the user.
|
void |
setQueues(Collection<String> queues)
Contains information about a queue resource for which metrics are returned.
|
String |
toString()
Returns a string representation of this object.
|
UserDataFilters |
withContactFilter(ContactFilter contactFilter)
A filter for the user data based on the contact information that is associated to the user.
|
UserDataFilters |
withQueues(Collection<String> queues)
Contains information about a queue resource for which metrics are returned.
|
UserDataFilters |
withQueues(String... queues)
Contains information about a queue resource for which metrics are returned.
|
public List<String> getQueues()
Contains information about a queue resource for which metrics are returned.
public void setQueues(Collection<String> queues)
Contains information about a queue resource for which metrics are returned.
queues - Contains information about a queue resource for which metrics are returned.public UserDataFilters withQueues(String... queues)
Contains information about a queue resource for which metrics are returned.
NOTE: This method appends the values to the existing list (if any). Use
setQueues(java.util.Collection) or withQueues(java.util.Collection) if you want to override the
existing values.
queues - Contains information about a queue resource for which metrics are returned.public UserDataFilters withQueues(Collection<String> queues)
Contains information about a queue resource for which metrics are returned.
queues - Contains information about a queue resource for which metrics are returned.public void setContactFilter(ContactFilter contactFilter)
A filter for the user data based on the contact information that is associated to the user. It contains a list of contact states.
contactFilter - A filter for the user data based on the contact information that is associated to the user. It contains a
list of contact states.public ContactFilter getContactFilter()
A filter for the user data based on the contact information that is associated to the user. It contains a list of contact states.
public UserDataFilters withContactFilter(ContactFilter contactFilter)
A filter for the user data based on the contact information that is associated to the user. It contains a list of contact states.
contactFilter - A filter for the user data based on the contact information that is associated to the user. It contains a
list of contact states.public String toString()
toString in class ObjectObject.toString()public UserDataFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.