@Generated(value="software.amazon.awssdk:codegen") public final class TopicSingularFilterConstant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicSingularFilterConstant.Builder,TopicSingularFilterConstant>
A structure that represents a singular filter constant, used in filters to specify a single value to match against.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TopicSingularFilterConstant.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TopicSingularFilterConstant.Builder |
builder() |
ConstantType |
constantType()
The type of the singular filter constant.
|
String |
constantTypeAsString()
The type of the singular filter constant.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TopicSingularFilterConstant.Builder> |
serializableBuilderClass() |
String |
singularConstant()
The value of the singular filter constant.
|
TopicSingularFilterConstant.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ConstantType constantType()
The type of the singular filter constant. Valid values for this structure are SINGULAR.
If the service returns an enum value that is not available in the current SDK version, constantType will
return ConstantType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
constantTypeAsString().
SINGULAR.ConstantTypepublic final String constantTypeAsString()
The type of the singular filter constant. Valid values for this structure are SINGULAR.
If the service returns an enum value that is not available in the current SDK version, constantType will
return ConstantType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
constantTypeAsString().
SINGULAR.ConstantTypepublic final String singularConstant()
The value of the singular filter constant.
public TopicSingularFilterConstant.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TopicSingularFilterConstant.Builder,TopicSingularFilterConstant>public static TopicSingularFilterConstant.Builder builder()
public static Class<? extends TopicSingularFilterConstant.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.