@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserSearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters to be applied to search results.
| Constructor and Description |
|---|
UserSearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
UserSearchFilter |
clone() |
boolean |
equals(Object obj) |
ControlPlaneTagFilter |
getTagFilter() |
ControlPlaneUserAttributeFilter |
getUserAttributeFilter()
An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTagFilter(ControlPlaneTagFilter tagFilter) |
void |
setUserAttributeFilter(ControlPlaneUserAttributeFilter userAttributeFilter)
An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.
|
String |
toString()
Returns a string representation of this object.
|
UserSearchFilter |
withTagFilter(ControlPlaneTagFilter tagFilter) |
UserSearchFilter |
withUserAttributeFilter(ControlPlaneUserAttributeFilter userAttributeFilter)
An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.
|
public void setTagFilter(ControlPlaneTagFilter tagFilter)
tagFilter - public ControlPlaneTagFilter getTagFilter()
public UserSearchFilter withTagFilter(ControlPlaneTagFilter tagFilter)
tagFilter - public void setUserAttributeFilter(ControlPlaneUserAttributeFilter userAttributeFilter)
An object that can be used to specify Tag conditions or Hierarchy Group 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.
Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.
userAttributeFilter - An object that can be used to specify Tag conditions or Hierarchy Group 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.
Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.
public ControlPlaneUserAttributeFilter getUserAttributeFilter()
An object that can be used to specify Tag conditions or Hierarchy Group 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.
Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.
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.
Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.
public UserSearchFilter withUserAttributeFilter(ControlPlaneUserAttributeFilter userAttributeFilter)
An object that can be used to specify Tag conditions or Hierarchy Group 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.
Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.
userAttributeFilter - An object that can be used to specify Tag conditions or Hierarchy Group 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.
Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.
public String toString()
toString in class ObjectObject.toString()public UserSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.