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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.smsvoice.CfnSenderIdProps
CfnSenderIdProps.Builder, CfnSenderIdProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSenderIdProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSenderIdProps.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 Object
By default this is set to false.final String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.final String
The sender ID string to request.getTags()
An array of tags (key and value pairs) to associate with the sender ID.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 theCfnSenderIdProps.Builder
.
-
-
Method Details
-
getIsoCountryCode
Description copied from interface:CfnSenderIdProps
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.- Specified by:
getIsoCountryCode
in interfaceCfnSenderIdProps
- See Also:
-
getSenderId
Description copied from interface:CfnSenderIdProps
The sender ID string to request.- Specified by:
getSenderId
in interfaceCfnSenderIdProps
- See Also:
-
getDeletionProtectionEnabled
Description copied from interface:CfnSenderIdProps
By default this is set to false.When set to true the sender ID can't be deleted.
- Specified by:
getDeletionProtectionEnabled
in interfaceCfnSenderIdProps
- See Also:
-
getTags
Description copied from interface:CfnSenderIdProps
An array of tags (key and value pairs) to associate with the sender ID.- Specified by:
getTags
in interfaceCfnSenderIdProps
- 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()
-