@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowModuleSearchCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The search criteria to be used to return flow modules.
Constructor and Description |
---|
ContactFlowModuleSearchCriteria() |
Modifier and Type | Method and Description |
---|---|
ContactFlowModuleSearchCriteria |
clone() |
boolean |
equals(Object obj) |
List<ContactFlowModuleSearchCriteria> |
getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
List<ContactFlowModuleSearchCriteria> |
getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
StringCondition |
getStringCondition() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAndConditions(Collection<ContactFlowModuleSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
void |
setOrConditions(Collection<ContactFlowModuleSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
void |
setStringCondition(StringCondition stringCondition) |
String |
toString()
Returns a string representation of this object.
|
ContactFlowModuleSearchCriteria |
withAndConditions(Collection<ContactFlowModuleSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowModuleSearchCriteria |
withAndConditions(ContactFlowModuleSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowModuleSearchCriteria |
withOrConditions(Collection<ContactFlowModuleSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowModuleSearchCriteria |
withOrConditions(ContactFlowModuleSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowModuleSearchCriteria |
withStringCondition(StringCondition stringCondition) |
public List<ContactFlowModuleSearchCriteria> getOrConditions()
A list of conditions which would be applied together with an OR
condition.
OR
condition.public void setOrConditions(Collection<ContactFlowModuleSearchCriteria> 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 ContactFlowModuleSearchCriteria withOrConditions(ContactFlowModuleSearchCriteria... 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 ContactFlowModuleSearchCriteria withOrConditions(Collection<ContactFlowModuleSearchCriteria> 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<ContactFlowModuleSearchCriteria> getAndConditions()
A list of conditions which would be applied together with an AND
condition.
AND
condition.public void setAndConditions(Collection<ContactFlowModuleSearchCriteria> 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 ContactFlowModuleSearchCriteria withAndConditions(ContactFlowModuleSearchCriteria... 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 ContactFlowModuleSearchCriteria withAndConditions(Collection<ContactFlowModuleSearchCriteria> 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 ContactFlowModuleSearchCriteria withStringCondition(StringCondition stringCondition)
stringCondition
- public String toString()
toString
in class Object
Object.toString()
public ContactFlowModuleSearchCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.