public static final class CfnContactList.TopicProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnContactList.TopicProperty
CfnContactList.TopicProperty
CfnContactList.TopicProperty.Builder, CfnContactList.TopicProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDefaultSubscriptionStatus()
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
|
java.lang.String |
getDescription()
A description of what the topic is about, which the contact will see.
|
java.lang.String |
getDisplayName()
The name of the topic the contact will see.
|
java.lang.String |
getTopicName()
The name of the topic.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDefaultSubscriptionStatus()
CfnContactList.TopicProperty
getDefaultSubscriptionStatus
in interface CfnContactList.TopicProperty
public final java.lang.String getDisplayName()
CfnContactList.TopicProperty
getDisplayName
in interface CfnContactList.TopicProperty
public final java.lang.String getTopicName()
CfnContactList.TopicProperty
getTopicName
in interface CfnContactList.TopicProperty
public final java.lang.String getDescription()
CfnContactList.TopicProperty
getDescription
in interface CfnContactList.TopicProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()