@Generated(value="software.amazon.awssdk:codegen") public final class PSTNDialIn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PSTNDialIn.Builder,PSTNDialIn>
The information for public switched telephone network (PSTN) conferencing.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PSTNDialIn.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PSTNDialIn.Builder |
builder() |
String |
countryCode()
The zip code.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
oneClickIdDelay()
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).
|
String |
oneClickPinDelay()
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).
|
String |
phoneNumber()
The phone number to call to join the conference.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PSTNDialIn.Builder> |
serializableBuilderClass() |
PSTNDialIn.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String countryCode()
The zip code.
public final String phoneNumber()
The phone number to call to join the conference.
public final String oneClickIdDelay()
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
public final String oneClickPinDelay()
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
public PSTNDialIn.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PSTNDialIn.Builder,PSTNDialIn>public static PSTNDialIn.Builder builder()
public static Class<? extends PSTNDialIn.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.