7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename InheritanceObtainedReasonT = Aws::String>
48 void SetInheritanceObtainedReason(InheritanceObtainedReasonT&& value) { m_inheritanceObtainedReasonHasBeenSet =
true; m_inheritanceObtainedReason = std::forward<InheritanceObtainedReasonT>(value); }
49 template<
typename InheritanceObtainedReasonT = Aws::String>
59 template<
typename ParentEntityIdT = Aws::String>
60 void SetParentEntityId(ParentEntityIdT&& value) { m_parentEntityIdHasBeenSet =
true; m_parentEntityId = std::forward<ParentEntityIdT>(value); }
61 template<
typename ParentEntityIdT = Aws::String>
67 bool m_inheritanceObtainedReasonHasBeenSet =
false;
70 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