@Generated(value="software.amazon.awssdk:codegen") public final class TopicFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicFilter.Builder,TopicFilter>
Used for filtering by a specific topic preference.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TopicFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TopicFilter.Builder |
builder() |
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 TopicFilter.Builder> |
serializableBuilderClass() |
TopicFilter.Builder |
toBuilder() |
String |
topicName()
The name of a topic on which you wish to apply the filter.
|
String |
toString()
Returns a string representation of this object.
|
Boolean |
useDefaultIfPreferenceUnavailable()
Notes that the default subscription status should be applied to a contact because the contact has not noted their
preference for subscribing to a topic.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String topicName()
The name of a topic on which you wish to apply the filter.
public final Boolean useDefaultIfPreferenceUnavailable()
Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a topic.
public TopicFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TopicFilter.Builder,TopicFilter>public static TopicFilter.Builder builder()
public static Class<? extends TopicFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.