Class SearchFilter
- java.lang.Object
-
- software.amazon.awssdk.services.resourceexplorer2.model.SearchFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SearchFilter.Builder,SearchFilter>
@Generated("software.amazon.awssdk:codegen") public final class SearchFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchFilter.Builder,SearchFilter>
A search filter defines which resources can be part of a search query result set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSearchFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfilterString()The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SearchFilter.Builder>serializableBuilderClass()SearchFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
filterString
public final String filterString()
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.
- Returns:
- The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.
-
toBuilder
public SearchFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SearchFilter.Builder,SearchFilter>
-
builder
public static SearchFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends SearchFilter.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.
-
-