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>
50 inline void SetCountryCode(
const char* value) { m_countryCodeHasBeenSet =
true; m_countryCode.assign(value); }
72 bool m_countryCodeHasBeenSet =
false;
75 bool m_supportedPhoneNumberTypesHasBeenSet =
false;
PhoneNumberCountry & WithSupportedPhoneNumberTypes(Aws::Vector< PhoneNumberType > &&value)
PhoneNumberCountry & WithSupportedPhoneNumberTypes(const Aws::Vector< PhoneNumberType > &value)
AWS_CHIME_API PhoneNumberCountry(Aws::Utils::Json::JsonView jsonValue)
PhoneNumberCountry & WithCountryCode(Aws::String &&value)
PhoneNumberCountry & AddSupportedPhoneNumberTypes(const PhoneNumberType &value)
void SetCountryCode(const char *value)
PhoneNumberCountry & WithCountryCode(const char *value)
const Aws::String & GetCountryCode() const
void SetCountryCode(const Aws::String &value)
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 SetSupportedPhoneNumberTypes(Aws::Vector< PhoneNumberType > &&value)
void SetCountryCode(Aws::String &&value)
PhoneNumberCountry & WithCountryCode(const Aws::String &value)
const Aws::Vector< PhoneNumberType > & GetSupportedPhoneNumberTypes() const
AWS_CHIME_API PhoneNumberCountry()
PhoneNumberCountry & AddSupportedPhoneNumberTypes(PhoneNumberType &&value)
void SetSupportedPhoneNumberTypes(const Aws::Vector< PhoneNumberType > &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