@Stability(value=Stable) @Internal public static final class CfnContactChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnContactChannelProps
CfnContactChannelProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnContactChannelProps.Builder, CfnContactChannelProps.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.
|
protected |
Jsii$Proxy(String channelAddress,
String channelName,
String channelType,
String contactId,
Object deferActivation)
Constructor that initializes the object based on literal property values passed by the
CfnContactChannelProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getChannelAddress()
`AWS::SSMContacts::ContactChannel.ChannelAddress`.
|
String |
getChannelName()
`AWS::SSMContacts::ContactChannel.ChannelName`.
|
String |
getChannelType()
`AWS::SSMContacts::ContactChannel.ChannelType`.
|
String |
getContactId()
`AWS::SSMContacts::ContactChannel.ContactId`.
|
Object |
getDeferActivation()
`AWS::SSMContacts::ContactChannel.DeferActivation`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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 String getChannelAddress()
CfnContactChannelProps
getChannelAddress
in interface CfnContactChannelProps
public final String getChannelName()
CfnContactChannelProps
getChannelName
in interface CfnContactChannelProps
public final String getChannelType()
CfnContactChannelProps
getChannelType
in interface CfnContactChannelProps
public final String getContactId()
CfnContactChannelProps
getContactId
in interface CfnContactChannelProps
public final Object getDeferActivation()
CfnContactChannelProps
getDeferActivation
in interface CfnContactChannelProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.