@Generated(value="software.amazon.awssdk:codegen") public final class GroupSearchFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupSearchFilter.Builder,GroupSearchFilter>
A GroupSearchFilter object that you want to apply to your search.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupSearchFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GroupSearchFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
GroupFilterAttribute |
name()
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
String |
nameAsString()
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
GroupFilterOperator |
operator()
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
String |
operatorAsString()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the named item, in this case
GROUP_NAME, that you want to use as a filter. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GroupFilterOperator operator()
The comparison operator that you want to use as a filter, for example "Operator": "StartsWith".
Currently, the only supported operator is StartsWith.
If the service returns an enum value that is not available in the current SDK version, operator will
return GroupFilterOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from operatorAsString().
"Operator": "StartsWith". Currently, the only supported operator is StartsWith.GroupFilterOperatorpublic final String operatorAsString()
The comparison operator that you want to use as a filter, for example "Operator": "StartsWith".
Currently, the only supported operator is StartsWith.
If the service returns an enum value that is not available in the current SDK version, operator will
return GroupFilterOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from operatorAsString().
"Operator": "StartsWith". Currently, the only supported operator is StartsWith.GroupFilterOperatorpublic 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 is GROUP_NAME.
If the service returns an enum value that is not available in the current SDK version, name will return
GroupFilterAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
"Name": "GROUP_NAME".
Currently, the only supported name is GROUP_NAME.GroupFilterAttributepublic 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 is GROUP_NAME.
If the service returns an enum value that is not available in the current SDK version, name will return
GroupFilterAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
"Name": "GROUP_NAME".
Currently, the only supported name is GROUP_NAME.GroupFilterAttributepublic final String value()
The value of the named item, in this case GROUP_NAME, that you want to use as a filter.
GROUP_NAME, that you want to use as a filter.public GroupSearchFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GroupSearchFilter.Builder,GroupSearchFilter>public static GroupSearchFilter.Builder builder()
public static Class<? extends GroupSearchFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.