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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnContactList.TopicProperty
CfnContactList.TopicProperty.Builder, CfnContactList.TopicProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContactList.TopicProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.final StringA description of what the topic is about, which the contact will see.final StringThe name of the topic the contact will see.final StringThe name of the topic.final inthashCode()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.TopicPropertyThe default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.- Specified by:
getDefaultSubscriptionStatusin interfaceCfnContactList.TopicProperty- See Also:
-
getDisplayName
Description copied from interface:CfnContactList.TopicPropertyThe name of the topic the contact will see.- Specified by:
getDisplayNamein interfaceCfnContactList.TopicProperty- See Also:
-
getTopicName
Description copied from interface:CfnContactList.TopicPropertyThe name of the topic.- Specified by:
getTopicNamein interfaceCfnContactList.TopicProperty- See Also:
-
getDescription
Description copied from interface:CfnContactList.TopicPropertyA description of what the topic is about, which the contact will see.- Specified by:
getDescriptionin interfaceCfnContactList.TopicProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-