public static final class CfnContactProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnContactProps
CfnContactProps
CfnContactProps.Builder, CfnContactProps.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 |
getAlias()
The unique and identifiable alias of the contact or escalation plan.
|
java.lang.String |
getDisplayName()
The full name of the contact or escalation plan.
|
java.lang.Object |
getPlan()
A list of stages.
|
java.lang.String |
getType()
Refers to the type of contact.
|
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 getAlias()
CfnContactProps
getAlias
in interface CfnContactProps
public final java.lang.String getDisplayName()
CfnContactProps
getDisplayName
in interface CfnContactProps
public final java.lang.Object getPlan()
CfnContactProps
A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.
getPlan
in interface CfnContactProps
public final java.lang.String getType()
CfnContactProps
A single contact is type PERSONAL
and an escalation plan is type ESCALATION
.
getType
in interface CfnContactProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()