@Generated(value="software.amazon.awssdk:codegen") public final class DashboardSearchFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashboardSearchFilter.Builder,DashboardSearchFilter>
A filter that you apply when searching for dashboards.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DashboardSearchFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DashboardSearchFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DashboardFilterAttribute |
name()
The name of the value that you want to use as a filter, for example,
"Name": "QUICKSIGHT_USER". |
String |
nameAsString()
The name of the value that you want to use as a filter, for example,
"Name": "QUICKSIGHT_USER". |
FilterOperator |
operator()
The comparison operator that you want to use as a filter, for example,
"Operator": "StringEquals". |
String |
operatorAsString()
The comparison operator that you want to use as a filter, for example,
"Operator": "StringEquals". |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DashboardSearchFilter.Builder> |
serializableBuilderClass() |
DashboardSearchFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the named item, in this case
QUICKSIGHT_USER, that you want to use as a filter, for
example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1". |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic FilterOperator operator()
The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".
If the service returns an enum value that is not available in the current SDK version, operator will
return FilterOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
operatorAsString().
"Operator": "StringEquals".FilterOperatorpublic String operatorAsString()
The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".
If the service returns an enum value that is not available in the current SDK version, operator will
return FilterOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
operatorAsString().
"Operator": "StringEquals".FilterOperatorpublic DashboardFilterAttribute name()
The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".
If the service returns an enum value that is not available in the current SDK version, name will return
DashboardFilterAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
"Name": "QUICKSIGHT_USER".DashboardFilterAttributepublic String nameAsString()
The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".
If the service returns an enum value that is not available in the current SDK version, name will return
DashboardFilterAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
"Name": "QUICKSIGHT_USER".DashboardFilterAttributepublic String value()
The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for
example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
QUICKSIGHT_USER, that you want to use as a filter,
for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".public DashboardSearchFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DashboardSearchFilter.Builder,DashboardSearchFilter>public static DashboardSearchFilter.Builder builder()
public static Class<? extends DashboardSearchFilter.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.