Class CfnGCMChannelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnGCMChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGCMChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGCMChannelMixinProps
@Stability(Stable)
@Internal
public static final class CfnGCMChannelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGCMChannelMixinProps
An implementation for
CfnGCMChannelMixinProps-
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.CfnGCMChannelMixinProps
CfnGCMChannelMixinProps.Builder, CfnGCMChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGCMChannelMixinProps.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 Web API key, also called the server key , that you received from Google to communicate with Google services.final StringThe unique identifier for the Amazon Pinpoint application that the GCM channel applies to.final StringThe default authentication method used for GCM.final ObjectSpecifies whether to enable the GCM channel for the Amazon Pinpoint application.final StringThe contents of the JSON file provided by Google during registration in order to generate an access token for authentication.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 theCfnGCMChannelMixinProps.Builder.
-
-
Method Details
-
getApiKey
Description copied from interface:CfnGCMChannelMixinPropsThe Web API key, also called the server key , that you received from Google to communicate with Google services.- Specified by:
getApiKeyin interfaceCfnGCMChannelMixinProps- See Also:
-
getApplicationId
Description copied from interface:CfnGCMChannelMixinPropsThe unique identifier for the Amazon Pinpoint application that the GCM channel applies to.- Specified by:
getApplicationIdin interfaceCfnGCMChannelMixinProps- See Also:
-
getDefaultAuthenticationMethod
Description copied from interface:CfnGCMChannelMixinPropsThe default authentication method used for GCM.Values are either "TOKEN" or "KEY". Defaults to "KEY".
- Specified by:
getDefaultAuthenticationMethodin interfaceCfnGCMChannelMixinProps- See Also:
-
getEnabled
Description copied from interface:CfnGCMChannelMixinPropsSpecifies whether to enable the GCM channel for the Amazon Pinpoint application.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnGCMChannelMixinProps- See Also:
-
getServiceJson
Description copied from interface:CfnGCMChannelMixinPropsThe contents of the JSON file provided by Google during registration in order to generate an access token for authentication.For more information see Migrate from legacy FCM APIs to HTTP v1 .
- Specified by:
getServiceJsonin interfaceCfnGCMChannelMixinProps- 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()
-