Class CfnContactListProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnContactListProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnContactListProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnContactListProps
@Stability(Stable)
@Internal
public static final class CfnContactListProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContactListProps
An implementation for 
CfnContactListProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnContactListPropsCfnContactListProps.Builder, CfnContactListProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnContactListProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContactListProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the contact list.final StringA description of what the contact list is about.getTags()The tags associated with a contact list.final ObjectAn interest group, theme, or label within a list.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnContactListProps.Builder.
 
- 
- 
Method Details- 
getContactListNameDescription copied from interface:CfnContactListPropsThe name of the contact list.- Specified by:
- getContactListNamein interface- CfnContactListProps
- See Also:
 
- 
getDescriptionDescription copied from interface:CfnContactListPropsA description of what the contact list is about.- Specified by:
- getDescriptionin interface- CfnContactListProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnContactListPropsThe tags associated with a contact list.- Specified by:
- getTagsin interface- CfnContactListProps
- See Also:
 
- 
getTopicsDescription copied from interface:CfnContactListPropsAn interest group, theme, or label within a list.A contact list can have multiple topics. Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnContactList.TopicProperty>- Specified by:
- getTopicsin interface- CfnContactListProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-