Class GroupSearchFilter
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GroupSearchFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GroupSearchFilter.Builder,GroupSearchFilter>
@Generated("software.amazon.awssdk:codegen") public final class GroupSearchFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupSearchFilter.Builder,GroupSearchFilter>
A
GroupSearchFilterobject that you want to apply to your search.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGroupSearchFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupSearchFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()GroupFilterAttributename()The name of the value that you want to use as a filter, for example"Name": "GROUP_NAME".StringnameAsString()The name of the value that you want to use as a filter, for example"Name": "GROUP_NAME".GroupFilterOperatoroperator()The comparison operator that you want to use as a filter, for example"Operator": "StartsWith".StringoperatorAsString()The comparison operator that you want to use as a filter, for example"Operator": "StartsWith".List<SdkField<?>>sdkFields()static Class<? extends GroupSearchFilter.Builder>serializableBuilderClass()GroupSearchFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value of the named item, in this caseGROUP_NAME, that you want to use as a filter.-
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
-
operator
public final GroupFilterOperator operator()
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator isStartsWith.If the service returns an enum value that is not available in the current SDK version,
operatorwill returnGroupFilterOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator isStartsWith. - See Also:
GroupFilterOperator
-
operatorAsString
public final String operatorAsString()
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator isStartsWith.If the service returns an enum value that is not available in the current SDK version,
operatorwill returnGroupFilterOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator isStartsWith. - See Also:
GroupFilterOperator
-
name
public final GroupFilterAttribute name()
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". Currently, the only supported name isGROUP_NAME.If the service returns an enum value that is not available in the current SDK version,
namewill returnGroupFilterAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". Currently, the only supported name isGROUP_NAME. - See Also:
GroupFilterAttribute
-
nameAsString
public final String nameAsString()
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". Currently, the only supported name isGROUP_NAME.If the service returns an enum value that is not available in the current SDK version,
namewill returnGroupFilterAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". Currently, the only supported name isGROUP_NAME. - See Also:
GroupFilterAttribute
-
value
public final String value()
The value of the named item, in this case
GROUP_NAME, that you want to use as a filter.- Returns:
- The value of the named item, in this case
GROUP_NAME, that you want to use as a filter.
-
toBuilder
public GroupSearchFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GroupSearchFilter.Builder,GroupSearchFilter>
-
builder
public static GroupSearchFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends GroupSearchFilter.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.
-
-