7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
9#include <aws/wellarchitected/model/ImpactCategory.h>
10#include <aws/wellarchitected/model/Pillar.h>
21namespace WellArchitected {
44 m_pillarHasBeenSet =
true;
59 template <
typename TitleT = Aws::String>
61 m_titleHasBeenSet =
true;
62 m_title = std::forward<TitleT>(value);
64 template <
typename TitleT = Aws::String>
66 SetTitle(std::forward<TitleT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
96 m_impactHasBeenSet =
true;
112 bool m_pillarHasBeenSet =
false;
113 bool m_titleHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
115 bool m_impactHasBeenSet =
false;
void SetPillar(Pillar value)
bool DescriptionHasBeenSet() const
bool PillarHasBeenSet() const
AWS_WELLARCHITECTED_API CrossPillarBenefit(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API CrossPillarBenefit & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTitle() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool TitleHasBeenSet() const
AWS_WELLARCHITECTED_API CrossPillarBenefit()=default
void SetTitle(TitleT &&value)
bool ImpactHasBeenSet() const
CrossPillarBenefit & WithTitle(TitleT &&value)
CrossPillarBenefit & WithPillar(Pillar value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
ImpactCategory GetImpact() const
CrossPillarBenefit & WithDescription(DescriptionT &&value)
CrossPillarBenefit & WithImpact(ImpactCategory value)
void SetImpact(ImpactCategory value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue