7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetInheritanceObtainedReason(
const char* value) { m_inheritanceObtainedReasonHasBeenSet =
true; m_inheritanceObtainedReason.assign(value); }
63 inline void SetParentEntityId(
const char* value) { m_parentEntityIdHasBeenSet =
true; m_parentEntityId.assign(value); }
71 bool m_inheritanceObtainedReasonHasBeenSet =
false;
74 bool m_parentEntityIdHasBeenSet =
false;
void SetInheritanceObtainedReason(const Aws::String &value)
void SetInheritanceObtainedReason(const char *value)
AWS_TAXSETTINGS_API TaxInheritanceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
TaxInheritanceDetails & WithInheritanceObtainedReason(const char *value)
const Aws::String & GetInheritanceObtainedReason() const
AWS_TAXSETTINGS_API TaxInheritanceDetails(Aws::Utils::Json::JsonView jsonValue)
TaxInheritanceDetails & WithParentEntityId(const Aws::String &value)
bool InheritanceObtainedReasonHasBeenSet() const
TaxInheritanceDetails & WithInheritanceObtainedReason(const Aws::String &value)
void SetParentEntityId(Aws::String &&value)
bool ParentEntityIdHasBeenSet() const
void SetParentEntityId(const char *value)
void SetInheritanceObtainedReason(Aws::String &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
TaxInheritanceDetails & WithParentEntityId(const char *value)
AWS_TAXSETTINGS_API TaxInheritanceDetails()
TaxInheritanceDetails & WithParentEntityId(Aws::String &&value)
const Aws::String & GetParentEntityId() const
void SetParentEntityId(const Aws::String &value)
TaxInheritanceDetails & WithInheritanceObtainedReason(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue