@Generated(value="software.amazon.awssdk:codegen") public final class DNISEmergencyCallingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DNISEmergencyCallingConfiguration.Builder,DNISEmergencyCallingConfiguration>
The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime Voice Connector's emergency calling configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DNISEmergencyCallingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DNISEmergencyCallingConfiguration.Builder |
builder() |
String |
callingCountry()
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.
|
String |
emergencyPhoneNumber()
The DNIS phone number to route emergency calls to, in E.164 format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DNISEmergencyCallingConfiguration.Builder> |
serializableBuilderClass() |
String |
testPhoneNumber()
The DNIS phone number to route test emergency calls to, in E.164 format.
|
DNISEmergencyCallingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String emergencyPhoneNumber()
The DNIS phone number to route emergency calls to, in E.164 format.
public final String testPhoneNumber()
The DNIS phone number to route test emergency calls to, in E.164 format.
public final String callingCountry()
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.
public DNISEmergencyCallingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DNISEmergencyCallingConfiguration.Builder,DNISEmergencyCallingConfiguration>public static DNISEmergencyCallingConfiguration.Builder builder()
public static Class<? extends DNISEmergencyCallingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.