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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnADMChannelProps
CfnADMChannelProps.Builder, CfnADMChannelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnADMChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnADMChannelProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.final String
The Client ID that you received from Amazon to send messages by using ADM.final String
The Client Secret that you received from Amazon to send messages by using ADM.final Object
Specifies whether to enable the ADM channel for the application.final int
hashCode()
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:CfnADMChannelProps
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.- Specified by:
getApplicationId
in interfaceCfnADMChannelProps
- See Also:
-
getClientId
Description copied from interface:CfnADMChannelProps
The Client ID that you received from Amazon to send messages by using ADM.- Specified by:
getClientId
in interfaceCfnADMChannelProps
- See Also:
-
getClientSecret
Description copied from interface:CfnADMChannelProps
The Client Secret that you received from Amazon to send messages by using ADM.- Specified by:
getClientSecret
in interfaceCfnADMChannelProps
- See Also:
-
getEnabled
Description copied from interface:CfnADMChannelProps
Specifies whether to enable the ADM channel for the application.- Specified by:
getEnabled
in interfaceCfnADMChannelProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-