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