@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserHierarchyGroupSearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters to be applied to search results.
| Constructor and Description |
|---|
UserHierarchyGroupSearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
UserHierarchyGroupSearchFilter |
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.
|
UserHierarchyGroupSearchFilter |
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 or 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 or 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 or 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.
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 UserHierarchyGroupSearchFilter withAttributeFilter(ControlPlaneAttributeFilter attributeFilter)
An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or 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 or 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 UserHierarchyGroupSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.