7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/PhoneNumberType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename CountryCodeT = Aws::String>
44 m_countryCodeHasBeenSet =
true;
45 m_countryCode = std::forward<CountryCodeT>(value);
47 template <
typename CountryCodeT = Aws::String>
60 template <
typename SupportedPhoneNumberTypesT = Aws::Vector<PhoneNumberType>>
62 m_supportedPhoneNumberTypesHasBeenSet =
true;
63 m_supportedPhoneNumberTypes = std::forward<SupportedPhoneNumberTypesT>(value);
65 template <
typename SupportedPhoneNumberTypesT = Aws::Vector<PhoneNumberType>>
71 m_supportedPhoneNumberTypesHasBeenSet =
true;
72 m_supportedPhoneNumberTypes.push_back(value);
80 bool m_countryCodeHasBeenSet =
false;
81 bool m_supportedPhoneNumberTypesHasBeenSet =
false;
PhoneNumberCountry & WithSupportedPhoneNumberTypes(SupportedPhoneNumberTypesT &&value)
AWS_CHIME_API PhoneNumberCountry(Aws::Utils::Json::JsonView jsonValue)
AWS_CHIME_API PhoneNumberCountry()=default
PhoneNumberCountry & AddSupportedPhoneNumberTypes(PhoneNumberType value)
const Aws::String & GetCountryCode() const
bool CountryCodeHasBeenSet() const
bool SupportedPhoneNumberTypesHasBeenSet() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CHIME_API PhoneNumberCountry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCountryCode(CountryCodeT &&value)
void SetSupportedPhoneNumberTypes(SupportedPhoneNumberTypesT &&value)
const Aws::Vector< PhoneNumberType > & GetSupportedPhoneNumberTypes() const
PhoneNumberCountry & WithCountryCode(CountryCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue