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.final StringThe claimed phone number ARN that was previously imported from the external service, such as AWS End User Messaging.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
-
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- See Also:
-
getCountryCode
Description copied from interface:CfnPhoneNumberPropsThe ISO country code.- Specified by:
getCountryCodein interfaceCfnPhoneNumberProps- See Also:
-
getDescription
Description copied from interface:CfnPhoneNumberPropsThe description of the phone number.- Specified by:
getDescriptionin interfaceCfnPhoneNumberProps- See Also:
-
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- See Also:
-
getSourcePhoneNumberArn
Description copied from interface:CfnPhoneNumberPropsThe claimed phone number ARN that was previously imported from the external service, such as AWS End User Messaging.If it is from AWS End User Messaging, it looks like the ARN of the phone number that was imported from AWS End User Messaging.
- Specified by:
getSourcePhoneNumberArnin interfaceCfnPhoneNumberProps- See Also:
-
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- See Also:
-
getType
Description copied from interface:CfnPhoneNumberPropsThe type of phone number.- Specified by:
getTypein interfaceCfnPhoneNumberProps- 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()
-