7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
19namespace TaxSettings {
41 template <
typename InheritanceObtainedReasonT = Aws::String>
43 m_inheritanceObtainedReasonHasBeenSet =
true;
44 m_inheritanceObtainedReason = std::forward<InheritanceObtainedReasonT>(value);
46 template <
typename InheritanceObtainedReasonT = Aws::String>
59 template <
typename ParentEntityIdT = Aws::String>
61 m_parentEntityIdHasBeenSet =
true;
62 m_parentEntityId = std::forward<ParentEntityIdT>(value);
64 template <
typename ParentEntityIdT = Aws::String>
74 bool m_inheritanceObtainedReasonHasBeenSet =
false;
75 bool m_parentEntityIdHasBeenSet =
false;
TaxInheritanceDetails & WithParentEntityId(ParentEntityIdT &&value)
AWS_TAXSETTINGS_API TaxInheritanceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInheritanceObtainedReason() const
void SetParentEntityId(ParentEntityIdT &&value)
AWS_TAXSETTINGS_API TaxInheritanceDetails(Aws::Utils::Json::JsonView jsonValue)
bool InheritanceObtainedReasonHasBeenSet() const
AWS_TAXSETTINGS_API TaxInheritanceDetails()=default
bool ParentEntityIdHasBeenSet() const
TaxInheritanceDetails & WithInheritanceObtainedReason(InheritanceObtainedReasonT &&value)
void SetInheritanceObtainedReason(InheritanceObtainedReasonT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetParentEntityId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue