Class CfnCampaignMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connectcampaigns.CfnCampaignMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignMixinProps
@Stability(Stable)
@Internal
public static final class CfnCampaignMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignMixinProps
An implementation for
CfnCampaignMixinProps-
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.connectcampaigns.CfnCampaignMixinProps
CfnCampaignMixinProps.Builder, CfnCampaignMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCampaignMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCampaignMixinProps.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 Amazon Resource Name (ARN) of the Amazon Connect instance.final ObjectContains information about the dialer configuration.final StringgetName()The name of the campaign.final ObjectContains information about the outbound call configuration.getTags()The tags used to organize, track, or control access for this resource.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 theCfnCampaignMixinProps.Builder.
-
-
Method Details
-
getConnectInstanceArn
Description copied from interface:CfnCampaignMixinPropsThe Amazon Resource Name (ARN) of the Amazon Connect instance.- Specified by:
getConnectInstanceArnin interfaceCfnCampaignMixinProps- See Also:
-
getDialerConfig
Description copied from interface:CfnCampaignMixinPropsContains information about the dialer configuration.Returns union: either
IResolvableorCfnCampaignPropsMixin.DialerConfigProperty- Specified by:
getDialerConfigin interfaceCfnCampaignMixinProps- See Also:
-
getName
Description copied from interface:CfnCampaignMixinPropsThe name of the campaign.- Specified by:
getNamein interfaceCfnCampaignMixinProps- See Also:
-
getOutboundCallConfig
Description copied from interface:CfnCampaignMixinPropsContains information about the outbound call configuration.Returns union: either
IResolvableorCfnCampaignPropsMixin.OutboundCallConfigProperty- Specified by:
getOutboundCallConfigin interfaceCfnCampaignMixinProps- See Also:
-
getTags
Description copied from interface:CfnCampaignMixinPropsThe tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnCampaignMixinProps- 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()
-