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