Class CfnPhoneNumberProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnPhoneNumberProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPhoneNumberProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPhoneNumberProps
@Stability(Stable)
@Internal
public static final class CfnPhoneNumberProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPhoneNumberProps
An implementation for
CfnPhoneNumberProps-
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.connect.CfnPhoneNumberProps
CfnPhoneNumberProps.Builder, CfnPhoneNumberProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPhoneNumberProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPhoneNumberProps.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 ISO country code.final StringThe description of the phone number.final StringThe prefix of the phone number.getTags()The tags used to organize, track, or control access for this resource.final StringThe Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution group that phone numbers are claimed to.final StringgetType()The type of phone number.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 theCfnPhoneNumberProps.Builder.
-
-
Method Details
-
getCountryCode
Description copied from interface:CfnPhoneNumberPropsThe ISO country code.- Specified by:
getCountryCodein interfaceCfnPhoneNumberProps
-
getTargetArn
Description copied from interface:CfnPhoneNumberPropsThe Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution group that phone numbers are claimed to.- Specified by:
getTargetArnin interfaceCfnPhoneNumberProps
-
getType
Description copied from interface:CfnPhoneNumberPropsThe type of phone number.- Specified by:
getTypein interfaceCfnPhoneNumberProps
-
getDescription
Description copied from interface:CfnPhoneNumberPropsThe description of the phone number.- Specified by:
getDescriptionin interfaceCfnPhoneNumberProps
-
getPrefix
Description copied from interface:CfnPhoneNumberPropsThe prefix of the phone number. If provided, it must contain+as part of the country code.Pattern :
^\\+[0-9]{1,15}- Specified by:
getPrefixin interfaceCfnPhoneNumberProps
-
getTags
Description copied from interface:CfnPhoneNumberPropsThe tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnPhoneNumberProps
-
$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()
-