@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentStatusSearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters to be applied to search results.
| Constructor and Description |
|---|
AgentStatusSearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
AgentStatusSearchFilter |
clone() |
boolean |
equals(Object obj) |
ControlPlaneAttributeFilter |
getAttributeFilter()
An object that can be used to specify Tag conditions inside the
SearchFilter. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttributeFilter(ControlPlaneAttributeFilter attributeFilter)
An object that can be used to specify Tag conditions inside the
SearchFilter. |
String |
toString()
Returns a string representation of this object.
|
AgentStatusSearchFilter |
withAttributeFilter(ControlPlaneAttributeFilter attributeFilter)
An object that can be used to specify Tag conditions inside the
SearchFilter. |
public void setAttributeFilter(ControlPlaneAttributeFilter attributeFilter)
An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an
OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
attributeFilter - An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an
OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
public ControlPlaneAttributeFilter getAttributeFilter()
An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an
OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
SearchFilter. This accepts
an OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
public AgentStatusSearchFilter withAttributeFilter(ControlPlaneAttributeFilter attributeFilter)
An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an
OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
attributeFilter - An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an
OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
public String toString()
toString in class ObjectObject.toString()public AgentStatusSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.