7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
19namespace WellArchitected {
41 template <
typename TitleT = Aws::String>
43 m_titleHasBeenSet =
true;
44 m_title = std::forward<TitleT>(value);
46 template <
typename TitleT = Aws::String>
48 SetTitle(std::forward<TitleT>(value));
54 bool m_titleHasBeenSet =
false;
AWS_WELLARCHITECTED_API RecommendationGoal & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API RecommendationGoal()=default
AWS_WELLARCHITECTED_API RecommendationGoal(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(TitleT &&value)
const Aws::String & GetTitle() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool TitleHasBeenSet() const
RecommendationGoal & WithTitle(TitleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue