Class TopicNullFilter
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TopicNullFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TopicNullFilter.Builder,TopicNullFilter>
@Generated("software.amazon.awssdk:codegen") public final class TopicNullFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicNullFilter.Builder,TopicNullFilter>
The structure that represents a null filter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopicNullFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicNullFilter.Builderbuilder()TopicSingularFilterConstantconstant()Returns the value of the Constant property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleaninverse()A Boolean value that indicates if the filter is inverse.NullFilterTypenullFilterType()The type of the null filter.StringnullFilterTypeAsString()The type of the null filter.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TopicNullFilter.Builder>serializableBuilderClass()TopicNullFilter.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
-
nullFilterType
public final NullFilterType nullFilterType()
The type of the null filter. Valid values for this type are
NULLS_ONLY,NON_NULLS_ONLY, andALL_VALUES.If the service returns an enum value that is not available in the current SDK version,
nullFilterTypewill returnNullFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnullFilterTypeAsString().- Returns:
- The type of the null filter. Valid values for this type are
NULLS_ONLY,NON_NULLS_ONLY, andALL_VALUES. - See Also:
NullFilterType
-
nullFilterTypeAsString
public final String nullFilterTypeAsString()
The type of the null filter. Valid values for this type are
NULLS_ONLY,NON_NULLS_ONLY, andALL_VALUES.If the service returns an enum value that is not available in the current SDK version,
nullFilterTypewill returnNullFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnullFilterTypeAsString().- Returns:
- The type of the null filter. Valid values for this type are
NULLS_ONLY,NON_NULLS_ONLY, andALL_VALUES. - See Also:
NullFilterType
-
constant
public final TopicSingularFilterConstant constant()
Returns the value of the Constant property for this object.- Returns:
- The value of the Constant property for this object.
-
inverse
public final Boolean inverse()
A Boolean value that indicates if the filter is inverse.
- Returns:
- A Boolean value that indicates if the filter is inverse.
-
toBuilder
public TopicNullFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TopicNullFilter.Builder,TopicNullFilter>
-
builder
public static TopicNullFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends TopicNullFilter.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-