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