7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/chime/model/PhoneNumberType.h>
48 template<
typename CountryCodeT = Aws::String>
49 void SetCountryCode(CountryCodeT&& value) { m_countryCodeHasBeenSet =
true; m_countryCode = std::forward<CountryCodeT>(value); }
50 template<
typename CountryCodeT = Aws::String>
60 template<
typename SupportedPhoneNumberTypesT = Aws::Vector<PhoneNumberType>>
61 void SetSupportedPhoneNumberTypes(SupportedPhoneNumberTypesT&& value) { m_supportedPhoneNumberTypesHasBeenSet =
true; m_supportedPhoneNumberTypes = std::forward<SupportedPhoneNumberTypesT>(value); }
62 template<
typename SupportedPhoneNumberTypesT = Aws::Vector<PhoneNumberType>>
69 bool m_countryCodeHasBeenSet =
false;
72 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