Class TopicRangeFilterConstant
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TopicRangeFilterConstant
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TopicRangeFilterConstant.Builder,TopicRangeFilterConstant>
@Generated("software.amazon.awssdk:codegen") public final class TopicRangeFilterConstant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicRangeFilterConstant.Builder,TopicRangeFilterConstant>
A constant value that is used in a range filter to specify the endpoints of the range.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopicRangeFilterConstant.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicRangeFilterConstant.Builderbuilder()ConstantTypeconstantType()The data type of the constant value that is used in a range filter.StringconstantTypeAsString()The data type of the constant value that is used in a range filter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RangeConstantrangeConstant()The value of the constant that is used to specify the endpoints of a range filter.List<SdkField<?>>sdkFields()static Class<? extends TopicRangeFilterConstant.Builder>serializableBuilderClass()TopicRangeFilterConstant.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
-
constantType
public final ConstantType constantType()
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE.If the service returns an enum value that is not available in the current SDK version,
constantTypewill returnConstantType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconstantTypeAsString().- Returns:
- The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE. - See Also:
ConstantType
-
constantTypeAsString
public final String constantTypeAsString()
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE.If the service returns an enum value that is not available in the current SDK version,
constantTypewill returnConstantType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconstantTypeAsString().- Returns:
- The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE. - See Also:
ConstantType
-
rangeConstant
public final RangeConstant rangeConstant()
The value of the constant that is used to specify the endpoints of a range filter.
- Returns:
- The value of the constant that is used to specify the endpoints of a range filter.
-
toBuilder
public TopicRangeFilterConstant.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TopicRangeFilterConstant.Builder,TopicRangeFilterConstant>
-
builder
public static TopicRangeFilterConstant.Builder builder()
-
serializableBuilderClass
public static Class<? extends TopicRangeFilterConstant.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.
-
-