@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Returns a string representation of this object.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.