@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PSTNDialIn extends Object implements Serializable, Cloneable, StructuredPojo
The information for public switched telephone network (PSTN) conferencing.
Constructor and Description |
---|
PSTNDialIn() |
Modifier and Type | Method and Description |
---|---|
PSTNDialIn |
clone() |
boolean |
equals(Object obj) |
String |
getCountryCode()
The zip code.
|
String |
getOneClickIdDelay()
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).
|
String |
getOneClickPinDelay()
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).
|
String |
getPhoneNumber()
The phone number to call to join the conference.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCountryCode(String countryCode)
The zip code.
|
void |
setOneClickIdDelay(String oneClickIdDelay)
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).
|
void |
setOneClickPinDelay(String oneClickPinDelay)
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).
|
void |
setPhoneNumber(String phoneNumber)
The phone number to call to join the conference.
|
String |
toString()
Returns a string representation of this object.
|
PSTNDialIn |
withCountryCode(String countryCode)
The zip code.
|
PSTNDialIn |
withOneClickIdDelay(String oneClickIdDelay)
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).
|
PSTNDialIn |
withOneClickPinDelay(String oneClickPinDelay)
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).
|
PSTNDialIn |
withPhoneNumber(String phoneNumber)
The phone number to call to join the conference.
|
public void setCountryCode(String countryCode)
The zip code.
countryCode
- The zip code.public String getCountryCode()
The zip code.
public PSTNDialIn withCountryCode(String countryCode)
The zip code.
countryCode
- The zip code.public void setPhoneNumber(String phoneNumber)
The phone number to call to join the conference.
phoneNumber
- The phone number to call to join the conference.public String getPhoneNumber()
The phone number to call to join the conference.
public PSTNDialIn withPhoneNumber(String phoneNumber)
The phone number to call to join the conference.
phoneNumber
- The phone number to call to join the conference.public void setOneClickIdDelay(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.
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 getOneClickIdDelay()
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 PSTNDialIn withOneClickIdDelay(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.
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 void setOneClickPinDelay(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.
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 String getOneClickPinDelay()
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 withOneClickPinDelay(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.
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 String toString()
toString
in class Object
Object.toString()
public PSTNDialIn clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.