AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DescribeRecommendationFeedbackResult.h
Go to the documentation of this file.
1
6#pragma once
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace CodeGuruReviewer
24{
25namespace Model
26{
28 {
29 public:
33
34
38 inline const RecommendationFeedback& GetRecommendationFeedback() const{ return m_recommendationFeedback; }
39
43 inline void SetRecommendationFeedback(const RecommendationFeedback& value) { m_recommendationFeedback = value; }
44
48 inline void SetRecommendationFeedback(RecommendationFeedback&& value) { m_recommendationFeedback = std::move(value); }
49
54
59
60 private:
61
62 RecommendationFeedback m_recommendationFeedback;
63 };
64
65} // namespace Model
66} // namespace CodeGuruReviewer
67} // namespace Aws
#define AWS_CODEGURUREVIEWER_API
DescribeRecommendationFeedbackResult & WithRecommendationFeedback(RecommendationFeedback &&value)
AWS_CODEGURUREVIEWER_API DescribeRecommendationFeedbackResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEGURUREVIEWER_API DescribeRecommendationFeedbackResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRecommendationFeedbackResult & WithRecommendationFeedback(const RecommendationFeedback &value)