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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.smsvoice.CfnConfigurationSetProps
CfnConfigurationSetProps.Builder, CfnConfigurationSetProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the ConfigurationSet.final String
The default sender ID used by the ConfigurationSet.final Object
An array of EventDestination objects that describe any events to log and where to log them.final Object
Set to true to enable feedback for the message.final String
The unique identifier for the protect configuration.getTags()
An array of key and value pair tags that's associated with the new configuration set.final int
hashCode()
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:CfnConfigurationSetProps
The name of the ConfigurationSet.- Specified by:
getConfigurationSetName
in interfaceCfnConfigurationSetProps
- See Also:
-
getDefaultSenderId
Description copied from interface:CfnConfigurationSetProps
The default sender ID used by the ConfigurationSet.- Specified by:
getDefaultSenderId
in interfaceCfnConfigurationSetProps
- See Also:
-
getEventDestinations
Description copied from interface:CfnConfigurationSetProps
An array of EventDestination objects that describe any events to log and where to log them.- Specified by:
getEventDestinations
in interfaceCfnConfigurationSetProps
- See Also:
-
getMessageFeedbackEnabled
Description copied from interface:CfnConfigurationSetProps
Set to true to enable feedback for the message.- Specified by:
getMessageFeedbackEnabled
in interfaceCfnConfigurationSetProps
- See Also:
-
getProtectConfigurationId
Description copied from interface:CfnConfigurationSetProps
The unique identifier for the protect configuration.- Specified by:
getProtectConfigurationId
in interfaceCfnConfigurationSetProps
- See Also:
-
getTags
Description copied from interface:CfnConfigurationSetProps
An array of key and value pair tags that's associated with the new configuration set.- Specified by:
getTags
in interfaceCfnConfigurationSetProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-