/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The information for public switched telephone network (PSTN)
* conferencing.See Also:
AWS
* API Reference
The zip code.
*/ inline const Aws::String& GetCountryCode() const{ return m_countryCode; } /** *The zip code.
*/ inline bool CountryCodeHasBeenSet() const { return m_countryCodeHasBeenSet; } /** *The zip code.
*/ inline void SetCountryCode(const Aws::String& value) { m_countryCodeHasBeenSet = true; m_countryCode = value; } /** *The zip code.
*/ inline void SetCountryCode(Aws::String&& value) { m_countryCodeHasBeenSet = true; m_countryCode = std::move(value); } /** *The zip code.
*/ inline void SetCountryCode(const char* value) { m_countryCodeHasBeenSet = true; m_countryCode.assign(value); } /** *The zip code.
*/ inline PSTNDialIn& WithCountryCode(const Aws::String& value) { SetCountryCode(value); return *this;} /** *The zip code.
*/ inline PSTNDialIn& WithCountryCode(Aws::String&& value) { SetCountryCode(std::move(value)); return *this;} /** *The zip code.
*/ inline PSTNDialIn& WithCountryCode(const char* value) { SetCountryCode(value); return *this;} /** *The phone number to call to join the conference.
*/ inline const Aws::String& GetPhoneNumber() const{ return m_phoneNumber; } /** *The phone number to call to join the conference.
*/ inline bool PhoneNumberHasBeenSet() const { return m_phoneNumberHasBeenSet; } /** *The phone number to call to join the conference.
*/ inline void SetPhoneNumber(const Aws::String& value) { m_phoneNumberHasBeenSet = true; m_phoneNumber = value; } /** *The phone number to call to join the conference.
*/ inline void SetPhoneNumber(Aws::String&& value) { m_phoneNumberHasBeenSet = true; m_phoneNumber = std::move(value); } /** *The phone number to call to join the conference.
*/ inline void SetPhoneNumber(const char* value) { m_phoneNumberHasBeenSet = true; m_phoneNumber.assign(value); } /** *The phone number to call to join the conference.
*/ inline PSTNDialIn& WithPhoneNumber(const Aws::String& value) { SetPhoneNumber(value); return *this;} /** *The phone number to call to join the conference.
*/ inline PSTNDialIn& WithPhoneNumber(Aws::String&& value) { SetPhoneNumber(std::move(value)); return *this;} /** *The phone number to call to join the conference.
*/ inline PSTNDialIn& WithPhoneNumber(const char* value) { SetPhoneNumber(value); return *this;} /** *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.
*/ inline const Aws::String& GetOneClickIdDelay() const{ return m_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.
*/ inline bool OneClickIdDelayHasBeenSet() const { return m_oneClickIdDelayHasBeenSet; } /** *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.
*/ inline void SetOneClickIdDelay(const Aws::String& value) { m_oneClickIdDelayHasBeenSet = true; m_oneClickIdDelay = value; } /** *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.
*/ inline void SetOneClickIdDelay(Aws::String&& value) { m_oneClickIdDelayHasBeenSet = true; m_oneClickIdDelay = std::move(value); } /** *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.
*/ inline void SetOneClickIdDelay(const char* value) { m_oneClickIdDelayHasBeenSet = true; m_oneClickIdDelay.assign(value); } /** *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.
*/ inline PSTNDialIn& WithOneClickIdDelay(const Aws::String& value) { SetOneClickIdDelay(value); return *this;} /** *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.
*/ inline PSTNDialIn& WithOneClickIdDelay(Aws::String&& value) { SetOneClickIdDelay(std::move(value)); return *this;} /** *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.
*/ inline PSTNDialIn& WithOneClickIdDelay(const char* value) { SetOneClickIdDelay(value); return *this;} /** *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.
*/ inline const Aws::String& GetOneClickPinDelay() const{ return m_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.
*/ inline bool OneClickPinDelayHasBeenSet() const { return m_oneClickPinDelayHasBeenSet; } /** *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.
*/ inline void SetOneClickPinDelay(const Aws::String& value) { m_oneClickPinDelayHasBeenSet = true; m_oneClickPinDelay = value; } /** *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.
*/ inline void SetOneClickPinDelay(Aws::String&& value) { m_oneClickPinDelayHasBeenSet = true; m_oneClickPinDelay = std::move(value); } /** *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.
*/ inline void SetOneClickPinDelay(const char* value) { m_oneClickPinDelayHasBeenSet = true; m_oneClickPinDelay.assign(value); } /** *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.
*/ inline PSTNDialIn& WithOneClickPinDelay(const Aws::String& value) { SetOneClickPinDelay(value); return *this;} /** *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.
*/ inline PSTNDialIn& WithOneClickPinDelay(Aws::String&& value) { SetOneClickPinDelay(std::move(value)); return *this;} /** *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.
*/ inline PSTNDialIn& WithOneClickPinDelay(const char* value) { SetOneClickPinDelay(value); return *this;} private: Aws::String m_countryCode; bool m_countryCodeHasBeenSet = false; Aws::String m_phoneNumber; bool m_phoneNumberHasBeenSet = false; Aws::String m_oneClickIdDelay; bool m_oneClickIdDelayHasBeenSet = false; Aws::String m_oneClickPinDelay; bool m_oneClickPinDelayHasBeenSet = false; }; } // namespace Model } // namespace AlexaForBusiness } // namespace Aws