Class CfnBaiduChannelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnBaiduChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBaiduChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBaiduChannelMixinProps
@Stability(Stable)
@Internal
public static final class CfnBaiduChannelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBaiduChannelMixinProps
An implementation for
CfnBaiduChannelMixinProps-
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.CfnBaiduChannelMixinProps
CfnBaiduChannelMixinProps.Builder, CfnBaiduChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBaiduChannelMixinProps.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 API key that you received from the Baidu Cloud Push service to communicate with the service.final StringThe unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.final ObjectSpecifies whether to enable the Baidu channel for the application.final StringThe secret key that you received from the Baidu Cloud Push service to communicate with the service.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 theCfnBaiduChannelMixinProps.Builder.
-
-
Method Details
-
getApiKey
Description copied from interface:CfnBaiduChannelMixinPropsThe API key that you received from the Baidu Cloud Push service to communicate with the service.- Specified by:
getApiKeyin interfaceCfnBaiduChannelMixinProps- See Also:
-
getApplicationId
Description copied from interface:CfnBaiduChannelMixinPropsThe unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.- Specified by:
getApplicationIdin interfaceCfnBaiduChannelMixinProps- See Also:
-
getEnabled
Description copied from interface:CfnBaiduChannelMixinPropsSpecifies whether to enable the Baidu channel for the application.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnBaiduChannelMixinProps- See Also:
-
getSecretKey
Description copied from interface:CfnBaiduChannelMixinPropsThe secret key that you received from the Baidu Cloud Push service to communicate with the service.- Specified by:
getSecretKeyin interfaceCfnBaiduChannelMixinProps- 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()
-