Class CfnADMChannelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnADMChannelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnADMChannelProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnADMChannelProps
@Stability(Stable)
@Internal
public static final class CfnADMChannelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnADMChannelProps
An implementation for
CfnADMChannelProps-
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.pinpoint.CfnADMChannelProps
CfnADMChannelProps.Builder, CfnADMChannelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnADMChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnADMChannelProps.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 unique identifier for the Amazon Pinpoint application that the ADM channel applies to.final StringThe Client ID that you received from Amazon to send messages by using ADM.final StringThe Client Secret that you received from Amazon to send messages by using ADM.final ObjectSpecifies whether to enable the ADM channel for the application.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 theCfnADMChannelProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnADMChannelPropsThe unique identifier for the Amazon Pinpoint application that the ADM channel applies to.- Specified by:
getApplicationIdin interfaceCfnADMChannelProps
-
getClientId
Description copied from interface:CfnADMChannelPropsThe Client ID that you received from Amazon to send messages by using ADM.- Specified by:
getClientIdin interfaceCfnADMChannelProps
-
getClientSecret
Description copied from interface:CfnADMChannelPropsThe Client Secret that you received from Amazon to send messages by using ADM.- Specified by:
getClientSecretin interfaceCfnADMChannelProps
-
getEnabled
Description copied from interface:CfnADMChannelPropsSpecifies whether to enable the ADM channel for the application.- Specified by:
getEnabledin interfaceCfnADMChannelProps
-
$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()
-