AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Remediation.h
1
6#pragma once
7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/model/RemediationRecommendation.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace imagebuilder
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_IMAGEBUILDER_API Remediation() = default;
35 AWS_IMAGEBUILDER_API Remediation(Aws::Utils::Json::JsonView jsonValue);
36 AWS_IMAGEBUILDER_API Remediation& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const RemediationRecommendation& GetRecommendation() const { return m_recommendation; }
46 inline bool RecommendationHasBeenSet() const { return m_recommendationHasBeenSet; }
47 template<typename RecommendationT = RemediationRecommendation>
48 void SetRecommendation(RecommendationT&& value) { m_recommendationHasBeenSet = true; m_recommendation = std::forward<RecommendationT>(value); }
49 template<typename RecommendationT = RemediationRecommendation>
50 Remediation& WithRecommendation(RecommendationT&& value) { SetRecommendation(std::forward<RecommendationT>(value)); return *this;}
52 private:
53
54 RemediationRecommendation m_recommendation;
55 bool m_recommendationHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace imagebuilder
60} // namespace Aws
AWS_IMAGEBUILDER_API Remediation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRecommendation(RecommendationT &&value)
Definition Remediation.h:48
const RemediationRecommendation & GetRecommendation() const
Definition Remediation.h:45
Remediation & WithRecommendation(RecommendationT &&value)
Definition Remediation.h:50
AWS_IMAGEBUILDER_API Remediation()=default
AWS_IMAGEBUILDER_API Remediation(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue