@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String countryCode()
The zip code.
public String phoneNumber()
The phone number to call to join the conference.
public 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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PSTNDialIn.Builder,PSTNDialIn>
public static PSTNDialIn.Builder builder()
public static Class<? extends PSTNDialIn.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.