Class CfnConfigurationSetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnConfigurationSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSetMixinProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetMixinProps
An implementation for
CfnConfigurationSetMixinProps-
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.smsvoice.CfnConfigurationSetMixinProps
CfnConfigurationSetMixinProps.Builder, CfnConfigurationSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationSetMixinProps.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 name of the ConfigurationSet.final StringThe default sender ID used by the ConfigurationSet.final ObjectAn array of EventDestination objects that describe any events to log and where to log them.final ObjectSet to true to enable feedback for the message.final StringThe unique identifier for the protect configuration.getTags()An array of key and value pair tags that's associated with the new configuration set.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 theCfnConfigurationSetMixinProps.Builder.
-
-
Method Details
-
getConfigurationSetName
Description copied from interface:CfnConfigurationSetMixinPropsThe name of the ConfigurationSet.- Specified by:
getConfigurationSetNamein interfaceCfnConfigurationSetMixinProps- See Also:
-
getDefaultSenderId
Description copied from interface:CfnConfigurationSetMixinPropsThe default sender ID used by the ConfigurationSet.- Specified by:
getDefaultSenderIdin interfaceCfnConfigurationSetMixinProps- See Also:
-
getEventDestinations
Description copied from interface:CfnConfigurationSetMixinPropsAn array of EventDestination objects that describe any events to log and where to log them.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfigurationSetPropsMixin.EventDestinationProperty>- Specified by:
getEventDestinationsin interfaceCfnConfigurationSetMixinProps- See Also:
-
getMessageFeedbackEnabled
Description copied from interface:CfnConfigurationSetMixinPropsSet to true to enable feedback for the message.Returns union: either
BooleanorIResolvable- Specified by:
getMessageFeedbackEnabledin interfaceCfnConfigurationSetMixinProps- See Also:
-
getProtectConfigurationId
Description copied from interface:CfnConfigurationSetMixinPropsThe unique identifier for the protect configuration.- Specified by:
getProtectConfigurationIdin interfaceCfnConfigurationSetMixinProps- See Also:
-
getTags
Description copied from interface:CfnConfigurationSetMixinPropsAn array of key and value pair tags that's associated with the new configuration set.- Specified by:
getTagsin interfaceCfnConfigurationSetMixinProps- 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()
-