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