7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
20namespace WellArchitected {
42 template <
typename RecommendationT = Aws::String>
44 m_recommendationHasBeenSet =
true;
45 m_recommendation = std::forward<RecommendationT>(value);
47 template <
typename RecommendationT = Aws::String>
60 template <
typename StepsT = Aws::Vector<Aws::String>>
62 m_stepsHasBeenSet =
true;
63 m_steps = std::forward<StepsT>(value);
65 template <
typename StepsT = Aws::Vector<Aws::String>>
67 SetSteps(std::forward<StepsT>(value));
70 template <
typename StepsT = Aws::String>
72 m_stepsHasBeenSet =
true;
73 m_steps.emplace_back(std::forward<StepsT>(value));
81 bool m_recommendationHasBeenSet =
false;
82 bool m_stepsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue