Class CfnSenderIdMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnSenderIdMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSenderIdMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSenderIdMixinProps
@Stability(Stable)
@Internal
public static final class CfnSenderIdMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSenderIdMixinProps
An implementation for
CfnSenderIdMixinProps-
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.CfnSenderIdMixinProps
CfnSenderIdMixinProps.Builder, CfnSenderIdMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSenderIdMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSenderIdMixinProps.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 ObjectBy default this is set to false.final StringThe two-character code, in ISO 3166-1 alpha-2 format, for the country or region.final StringThe sender ID string to request.getTags()An array of tags (key and value pairs) to associate with the sender ID.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 theCfnSenderIdMixinProps.Builder.
-
-
Method Details
-
getDeletionProtectionEnabled
Description copied from interface:CfnSenderIdMixinPropsBy default this is set to false.When set to true the sender ID can't be deleted.
Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectionEnabledin interfaceCfnSenderIdMixinProps- See Also:
-
getIsoCountryCode
Description copied from interface:CfnSenderIdMixinPropsThe two-character code, in ISO 3166-1 alpha-2 format, for the country or region.- Specified by:
getIsoCountryCodein interfaceCfnSenderIdMixinProps- See Also:
-
getSenderId
Description copied from interface:CfnSenderIdMixinPropsThe sender ID string to request.- Specified by:
getSenderIdin interfaceCfnSenderIdMixinProps- See Also:
-
getTags
Description copied from interface:CfnSenderIdMixinPropsAn array of tags (key and value pairs) to associate with the sender ID.- Specified by:
getTagsin interfaceCfnSenderIdMixinProps- 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()
-