@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityProfileSearchCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The search criteria to be used to return security profiles.
The name field support "contains" queries with a minimum of 2 characters and maximum of 25 characters.
Any queries with character lengths outside of this range will throw invalid results.
| Constructor and Description |
|---|
SecurityProfileSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileSearchCriteria |
clone() |
boolean |
equals(Object obj) |
List<SecurityProfileSearchCriteria> |
getAndConditions()
A list of conditions which would be applied together with an AND condition.
|
List<SecurityProfileSearchCriteria> |
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<SecurityProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
void |
setOrConditions(Collection<SecurityProfileSearchCriteria> 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.
|
SecurityProfileSearchCriteria |
withAndConditions(Collection<SecurityProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria |
withAndConditions(SecurityProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria |
withOrConditions(Collection<SecurityProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria |
withOrConditions(SecurityProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria |
withStringCondition(StringCondition stringCondition) |
public List<SecurityProfileSearchCriteria> getOrConditions()
A list of conditions which would be applied together with an OR condition.
public void setOrConditions(Collection<SecurityProfileSearchCriteria> 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 SecurityProfileSearchCriteria withOrConditions(SecurityProfileSearchCriteria... 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 SecurityProfileSearchCriteria withOrConditions(Collection<SecurityProfileSearchCriteria> 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<SecurityProfileSearchCriteria> getAndConditions()
A list of conditions which would be applied together with an AND condition.
public void setAndConditions(Collection<SecurityProfileSearchCriteria> 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 SecurityProfileSearchCriteria withAndConditions(SecurityProfileSearchCriteria... 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 SecurityProfileSearchCriteria withAndConditions(Collection<SecurityProfileSearchCriteria> 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 SecurityProfileSearchCriteria withStringCondition(StringCondition stringCondition)
stringCondition - public String toString()
toString in class ObjectObject.toString()public SecurityProfileSearchCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.