7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
19namespace PartnerCentralAccount {
43 template <
typename CountryCodeT = Aws::String>
45 m_countryCodeHasBeenSet =
true;
46 m_countryCode = std::forward<CountryCodeT>(value);
48 template <
typename CountryCodeT = Aws::String>
63 template <
typename SubdivisionCodeT = Aws::String>
65 m_subdivisionCodeHasBeenSet =
true;
66 m_subdivisionCode = std::forward<SubdivisionCodeT>(value);
68 template <
typename SubdivisionCodeT = Aws::String>
78 bool m_countryCodeHasBeenSet =
false;
79 bool m_subdivisionCodeHasBeenSet =
false;
AWS_PARTNERCENTRALACCOUNT_API Headquarters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubdivisionCodeHasBeenSet() const
Headquarters & WithSubdivisionCode(SubdivisionCodeT &&value)
AWS_PARTNERCENTRALACCOUNT_API Headquarters(Aws::Utils::Json::JsonView jsonValue)
void SetSubdivisionCode(SubdivisionCodeT &&value)
const Aws::String & GetCountryCode() const
void SetCountryCode(CountryCodeT &&value)
AWS_PARTNERCENTRALACCOUNT_API Headquarters()=default
Headquarters & WithCountryCode(CountryCodeT &&value)
const Aws::String & GetSubdivisionCode() const
bool CountryCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue