7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
19namespace TaxSettings {
42 template <
typename BusinessRepresentativeNameT = Aws::String>
44 m_businessRepresentativeNameHasBeenSet =
true;
45 m_businessRepresentativeName = std::forward<BusinessRepresentativeNameT>(value);
47 template <
typename BusinessRepresentativeNameT = Aws::String>
61 template <
typename ItemOfBusinessT = Aws::String>
63 m_itemOfBusinessHasBeenSet =
true;
64 m_itemOfBusiness = std::forward<ItemOfBusinessT>(value);
66 template <
typename ItemOfBusinessT = Aws::String>
80 template <
typename LineOfBusinessT = Aws::String>
82 m_lineOfBusinessHasBeenSet =
true;
83 m_lineOfBusiness = std::forward<LineOfBusinessT>(value);
85 template <
typename LineOfBusinessT = Aws::String>
97 bool m_businessRepresentativeNameHasBeenSet =
false;
98 bool m_itemOfBusinessHasBeenSet =
false;
99 bool m_lineOfBusinessHasBeenSet =
false;
const Aws::String & GetLineOfBusiness() const
bool BusinessRepresentativeNameHasBeenSet() const
const Aws::String & GetBusinessRepresentativeName() const
AWS_TAXSETTINGS_API SouthKoreaAdditionalInfo()=default
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetItemOfBusiness() const
SouthKoreaAdditionalInfo & WithItemOfBusiness(ItemOfBusinessT &&value)
void SetBusinessRepresentativeName(BusinessRepresentativeNameT &&value)
SouthKoreaAdditionalInfo & WithBusinessRepresentativeName(BusinessRepresentativeNameT &&value)
void SetItemOfBusiness(ItemOfBusinessT &&value)
SouthKoreaAdditionalInfo & WithLineOfBusiness(LineOfBusinessT &&value)
AWS_TAXSETTINGS_API SouthKoreaAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLineOfBusiness(LineOfBusinessT &&value)
AWS_TAXSETTINGS_API SouthKoreaAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
bool LineOfBusinessHasBeenSet() const
bool ItemOfBusinessHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue