Class UserSearchFilter
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.UserSearchFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserSearchFilter.Builder,UserSearchFilter>
@Generated("software.amazon.awssdk:codegen") public final class UserSearchFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserSearchFilter.Builder,UserSearchFilter>
Filters to be applied to search results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserSearchFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserSearchFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UserSearchFilter.Builder>serializableBuilderClass()ControlPlaneTagFiltertagFilter()Returns the value of the TagFilter property for this object.UserSearchFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.ControlPlaneUserAttributeFilteruserAttributeFilter()An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tagFilter
public final ControlPlaneTagFilter tagFilter()
Returns the value of the TagFilter property for this object.- Returns:
- The value of the TagFilter property for this object.
-
userAttributeFilter
public final ControlPlaneUserAttributeFilter userAttributeFilter()
An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.
This accepts an
ORofAND(List of List) input where:-
The top level list specifies conditions that need to be applied with
ORoperator. -
The inner list specifies conditions that need to be applied with
ANDoperator.
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.
- Returns:
- An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the
SearchFilter.
This accepts an
ORofAND(List of List) input where:-
The top level list specifies conditions that need to be applied with
ORoperator. -
The inner list specifies conditions that need to be applied with
ANDoperator.
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.
-
-
-
toBuilder
public UserSearchFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserSearchFilter.Builder,UserSearchFilter>
-
builder
public static UserSearchFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserSearchFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-