@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueueSearchCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The search criteria to be used to return queues.
The name
and description
fields support "contains" queries with a minimum of 2 characters
and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
Constructor and Description |
---|
QueueSearchCriteria() |
Modifier and Type | Method and Description |
---|---|
QueueSearchCriteria |
clone() |
boolean |
equals(Object obj) |
List<QueueSearchCriteria> |
getAndConditions()
A list of conditions which would be applied together with an AND condition.
|
List<QueueSearchCriteria> |
getOrConditions()
A list of conditions which would be applied together with an OR condition.
|
String |
getQueueTypeCondition()
The type of queue.
|
StringCondition |
getStringCondition() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAndConditions(Collection<QueueSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
void |
setOrConditions(Collection<QueueSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
void |
setQueueTypeCondition(String queueTypeCondition)
The type of queue.
|
void |
setStringCondition(StringCondition stringCondition) |
String |
toString()
Returns a string representation of this object.
|
QueueSearchCriteria |
withAndConditions(Collection<QueueSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
QueueSearchCriteria |
withAndConditions(QueueSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
QueueSearchCriteria |
withOrConditions(Collection<QueueSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
QueueSearchCriteria |
withOrConditions(QueueSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
QueueSearchCriteria |
withQueueTypeCondition(SearchableQueueType queueTypeCondition)
The type of queue.
|
QueueSearchCriteria |
withQueueTypeCondition(String queueTypeCondition)
The type of queue.
|
QueueSearchCriteria |
withStringCondition(StringCondition stringCondition) |
public List<QueueSearchCriteria> getOrConditions()
A list of conditions which would be applied together with an OR condition.
public void setOrConditions(Collection<QueueSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions
- A list of conditions which would be applied together with an OR condition.public QueueSearchCriteria withOrConditions(QueueSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
NOTE: This method appends the values to the existing list (if any). Use
setOrConditions(java.util.Collection)
or withOrConditions(java.util.Collection)
if you want to
override the existing values.
orConditions
- A list of conditions which would be applied together with an OR condition.public QueueSearchCriteria withOrConditions(Collection<QueueSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions
- A list of conditions which would be applied together with an OR condition.public List<QueueSearchCriteria> getAndConditions()
A list of conditions which would be applied together with an AND condition.
public void setAndConditions(Collection<QueueSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions
- A list of conditions which would be applied together with an AND condition.public QueueSearchCriteria withAndConditions(QueueSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
NOTE: This method appends the values to the existing list (if any). Use
setAndConditions(java.util.Collection)
or withAndConditions(java.util.Collection)
if you want
to override the existing values.
andConditions
- A list of conditions which would be applied together with an AND condition.public QueueSearchCriteria withAndConditions(Collection<QueueSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions
- A list of conditions which would be applied together with an AND condition.public void setStringCondition(StringCondition stringCondition)
stringCondition
- public StringCondition getStringCondition()
public QueueSearchCriteria withStringCondition(StringCondition stringCondition)
stringCondition
- public void setQueueTypeCondition(String queueTypeCondition)
The type of queue.
queueTypeCondition
- The type of queue.SearchableQueueType
public String getQueueTypeCondition()
The type of queue.
SearchableQueueType
public QueueSearchCriteria withQueueTypeCondition(String queueTypeCondition)
The type of queue.
queueTypeCondition
- The type of queue.SearchableQueueType
public QueueSearchCriteria withQueueTypeCondition(SearchableQueueType queueTypeCondition)
The type of queue.
queueTypeCondition
- The type of queue.SearchableQueueType
public String toString()
toString
in class Object
Object.toString()
public QueueSearchCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.