public static final class CfnContactListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnContactListProps
CfnContactListProps
CfnContactListProps.Builder, CfnContactListProps.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 |
getContactListName()
The name of the contact list.
|
java.lang.String |
getDescription()
A description of what the contact list is about.
|
java.util.List<CfnTag> |
getTags()
The tags associated with a contact list.
|
java.lang.Object |
getTopics()
An interest group, theme, or label within a list.
|
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 getContactListName()
CfnContactListProps
getContactListName
in interface CfnContactListProps
public final java.lang.String getDescription()
CfnContactListProps
getDescription
in interface CfnContactListProps
public final java.util.List<CfnTag> getTags()
CfnContactListProps
getTags
in interface CfnContactListProps
public final java.lang.Object getTopics()
CfnContactListProps
A contact list can have multiple topics.
getTopics
in interface CfnContactListProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()