Class DNISEmergencyCallingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.DNISEmergencyCallingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DNISEmergencyCallingConfiguration.Builder,DNISEmergencyCallingConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDNISEmergencyCallingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DNISEmergencyCallingConfiguration.Builderbuilder()StringcallingCountry()The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.StringemergencyPhoneNumber()The DNIS phone number to route emergency calls to, in E.164 format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DNISEmergencyCallingConfiguration.Builder>serializableBuilderClass()StringtestPhoneNumber()The DNIS phone number to route test emergency calls to, in E.164 format.DNISEmergencyCallingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
emergencyPhoneNumber
public final String emergencyPhoneNumber()
The DNIS phone number to route emergency calls to, in E.164 format.
- Returns:
- The DNIS phone number to route emergency calls to, in E.164 format.
-
testPhoneNumber
public final String testPhoneNumber()
The DNIS phone number to route test emergency calls to, in E.164 format.
- Returns:
- The DNIS phone number to route test emergency calls to, in E.164 format.
-
callingCountry
public final String callingCountry()
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.
- Returns:
- The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.
-
toBuilder
public DNISEmergencyCallingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DNISEmergencyCallingConfiguration.Builder,DNISEmergencyCallingConfiguration>
-
builder
public static DNISEmergencyCallingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DNISEmergencyCallingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-