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