@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowSearchCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The search criteria to be used to return contact flows.
| Constructor and Description |
|---|
ContactFlowSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowSearchCriteria |
clone() |
boolean |
equals(Object obj) |
List<ContactFlowSearchCriteria> |
getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
List<ContactFlowSearchCriteria> |
getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
String |
getStateCondition()
The state of the flow.
|
String |
getStatusCondition()
The status of the flow.
|
StringCondition |
getStringCondition() |
String |
getTypeCondition()
The type of flow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAndConditions(Collection<ContactFlowSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
void |
setOrConditions(Collection<ContactFlowSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
void |
setStateCondition(String stateCondition)
The state of the flow.
|
void |
setStatusCondition(String statusCondition)
The status of the flow.
|
void |
setStringCondition(StringCondition stringCondition) |
void |
setTypeCondition(String typeCondition)
The type of flow.
|
String |
toString()
Returns a string representation of this object.
|
ContactFlowSearchCriteria |
withAndConditions(Collection<ContactFlowSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowSearchCriteria |
withAndConditions(ContactFlowSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ContactFlowSearchCriteria |
withOrConditions(Collection<ContactFlowSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowSearchCriteria |
withOrConditions(ContactFlowSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
ContactFlowSearchCriteria |
withStateCondition(ContactFlowState stateCondition)
The state of the flow.
|
ContactFlowSearchCriteria |
withStateCondition(String stateCondition)
The state of the flow.
|
ContactFlowSearchCriteria |
withStatusCondition(ContactFlowStatus statusCondition)
The status of the flow.
|
ContactFlowSearchCriteria |
withStatusCondition(String statusCondition)
The status of the flow.
|
ContactFlowSearchCriteria |
withStringCondition(StringCondition stringCondition) |
ContactFlowSearchCriteria |
withTypeCondition(ContactFlowType typeCondition)
The type of flow.
|
ContactFlowSearchCriteria |
withTypeCondition(String typeCondition)
The type of flow.
|
public List<ContactFlowSearchCriteria> getOrConditions()
A list of conditions which would be applied together with an OR condition.
OR condition.public void setOrConditions(Collection<ContactFlowSearchCriteria> 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 ContactFlowSearchCriteria withOrConditions(ContactFlowSearchCriteria... 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 ContactFlowSearchCriteria withOrConditions(Collection<ContactFlowSearchCriteria> 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<ContactFlowSearchCriteria> getAndConditions()
A list of conditions which would be applied together with an AND condition.
AND condition.public void setAndConditions(Collection<ContactFlowSearchCriteria> 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 ContactFlowSearchCriteria withAndConditions(ContactFlowSearchCriteria... 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 ContactFlowSearchCriteria withAndConditions(Collection<ContactFlowSearchCriteria> 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 ContactFlowSearchCriteria withStringCondition(StringCondition stringCondition)
stringCondition - public void setTypeCondition(String typeCondition)
The type of flow.
typeCondition - The type of flow.ContactFlowTypepublic String getTypeCondition()
The type of flow.
ContactFlowTypepublic ContactFlowSearchCriteria withTypeCondition(String typeCondition)
The type of flow.
typeCondition - The type of flow.ContactFlowTypepublic ContactFlowSearchCriteria withTypeCondition(ContactFlowType typeCondition)
The type of flow.
typeCondition - The type of flow.ContactFlowTypepublic void setStateCondition(String stateCondition)
The state of the flow.
stateCondition - The state of the flow.ContactFlowStatepublic String getStateCondition()
The state of the flow.
ContactFlowStatepublic ContactFlowSearchCriteria withStateCondition(String stateCondition)
The state of the flow.
stateCondition - The state of the flow.ContactFlowStatepublic ContactFlowSearchCriteria withStateCondition(ContactFlowState stateCondition)
The state of the flow.
stateCondition - The state of the flow.ContactFlowStatepublic void setStatusCondition(String statusCondition)
The status of the flow.
statusCondition - The status of the flow.ContactFlowStatuspublic String getStatusCondition()
The status of the flow.
ContactFlowStatuspublic ContactFlowSearchCriteria withStatusCondition(String statusCondition)
The status of the flow.
statusCondition - The status of the flow.ContactFlowStatuspublic ContactFlowSearchCriteria withStatusCondition(ContactFlowStatus statusCondition)
The status of the flow.
statusCondition - The status of the flow.ContactFlowStatuspublic String toString()
toString in class ObjectObject.toString()public ContactFlowSearchCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.