Class PSTNDialIn
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.PSTNDialIn
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PSTNDialIn.Builder,PSTNDialIn>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePSTNDialIn.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSTNDialIn.Builderbuilder()StringcountryCode()The zip code.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoneClickIdDelay()The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).StringoneClickPinDelay()The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).StringphoneNumber()The phone number to call to join the conference.List<SdkField<?>>sdkFields()static Class<? extends PSTNDialIn.Builder>serializableBuilderClass()PSTNDialIn.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
-
countryCode
public final String countryCode()
The zip code.
- Returns:
- The zip code.
-
phoneNumber
public final String phoneNumber()
The phone number to call to join the conference.
- Returns:
- The phone number to call to join the conference.
-
oneClickIdDelay
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.
- Returns:
- 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.
-
oneClickPinDelay
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.
- Returns:
- 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.
-
toBuilder
public PSTNDialIn.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PSTNDialIn.Builder,PSTNDialIn>
-
builder
public static PSTNDialIn.Builder builder()
-
serializableBuilderClass
public static Class<? extends PSTNDialIn.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.
-
-