Class CfnContactList.TopicProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnContactList.TopicProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContactList.TopicProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContactList.TopicProperty
@Stability(Stable)
@Internal
public static final class CfnContactList.TopicProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContactList.TopicProperty
An implementation for
CfnContactList.TopicProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnContactList.TopicProperty
CfnContactList.TopicProperty.Builder, CfnContactList.TopicProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContactList.TopicProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.final String
A description of what the topic is about, which the contact will see.final String
The name of the topic the contact will see.final String
The name of the topic.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnContactList.TopicProperty.Builder
.
-
-
Method Details
-
getDefaultSubscriptionStatus
Description copied from interface:CfnContactList.TopicProperty
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.- Specified by:
getDefaultSubscriptionStatus
in interfaceCfnContactList.TopicProperty
-
getDisplayName
Description copied from interface:CfnContactList.TopicProperty
The name of the topic the contact will see.- Specified by:
getDisplayName
in interfaceCfnContactList.TopicProperty
-
getTopicName
Description copied from interface:CfnContactList.TopicProperty
The name of the topic.- Specified by:
getTopicName
in interfaceCfnContactList.TopicProperty
-
getDescription
Description copied from interface:CfnContactList.TopicProperty
A description of what the topic is about, which the contact will see.- Specified by:
getDescription
in interfaceCfnContactList.TopicProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-