7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
20namespace ResilienceHub {
52 template <
typename AppComponentsT = Aws::Vector<Aws::String>>
54 m_appComponentsHasBeenSet =
true;
55 m_appComponents = std::forward<AppComponentsT>(value);
57 template <
typename AppComponentsT = Aws::Vector<Aws::String>>
62 template <
typename AppComponentsT = Aws::String>
64 m_appComponentsHasBeenSet =
true;
65 m_appComponents.emplace_back(std::forward<AppComponentsT>(value));
78 template <
typename RecommendationT = Aws::String>
80 m_recommendationHasBeenSet =
true;
81 m_recommendation = std::forward<RecommendationT>(value);
83 template <
typename RecommendationT = Aws::String>
98 template <
typename RiskT = Aws::String>
100 m_riskHasBeenSet =
true;
101 m_risk = std::forward<RiskT>(value);
103 template <
typename RiskT = Aws::String>
105 SetRisk(std::forward<RiskT>(value));
115 bool m_appComponentsHasBeenSet =
false;
116 bool m_recommendationHasBeenSet =
false;
117 bool m_riskHasBeenSet =
false;
AssessmentRiskRecommendation & WithRisk(RiskT &&value)
bool RecommendationHasBeenSet() const
void SetRecommendation(RecommendationT &&value)
AssessmentRiskRecommendation & AddAppComponents(AppComponentsT &&value)
AWS_RESILIENCEHUB_API AssessmentRiskRecommendation(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAppComponents() const
void SetAppComponents(AppComponentsT &&value)
const Aws::String & GetRecommendation() const
AWS_RESILIENCEHUB_API AssessmentRiskRecommendation()=default
AWS_RESILIENCEHUB_API AssessmentRiskRecommendation & operator=(Aws::Utils::Json::JsonView jsonValue)
AssessmentRiskRecommendation & WithAppComponents(AppComponentsT &&value)
bool AppComponentsHasBeenSet() const
void SetRisk(RiskT &&value)
const Aws::String & GetRisk() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AssessmentRiskRecommendation & WithRecommendation(RecommendationT &&value)
bool RiskHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue