Interface CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty.Jsii$Proxy
- Enclosing class:
CfnQuickConnectPropsMixin
@Stability(Stable)
public static interface CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about a phone number for a quick connect.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
PhoneNumberQuickConnectConfigProperty phoneNumberQuickConnectConfigProperty = PhoneNumberQuickConnectConfigProperty.builder()
.phoneNumber("phoneNumber")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPhoneNumber
The phone number in E.164 format.- See Also:
-
builder
@Stability(Stable) static CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty.Builder builder()
-