7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/codeguru-reviewer/model/Reaction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace CodeGuruReviewer {
44 template <
typename RecommendationIdT = Aws::String>
46 m_recommendationIdHasBeenSet =
true;
47 m_recommendationId = std::forward<RecommendationIdT>(value);
49 template <
typename RecommendationIdT = Aws::String>
62 template <
typename ReactionsT = Aws::Vector<Reaction>>
64 m_reactionsHasBeenSet =
true;
65 m_reactions = std::forward<ReactionsT>(value);
67 template <
typename ReactionsT = Aws::Vector<Reaction>>
73 m_reactionsHasBeenSet =
true;
74 m_reactions.push_back(value);
90 template <
typename UserIdT = Aws::String>
92 m_userIdHasBeenSet =
true;
93 m_userId = std::forward<UserIdT>(value);
95 template <
typename UserIdT = Aws::String>
107 bool m_recommendationIdHasBeenSet =
false;
108 bool m_reactionsHasBeenSet =
false;
109 bool m_userIdHasBeenSet =
false;
void SetReactions(ReactionsT &&value)
bool UserIdHasBeenSet() const
RecommendationFeedbackSummary & WithReactions(ReactionsT &&value)
void SetUserId(UserIdT &&value)
AWS_CODEGURUREVIEWER_API RecommendationFeedbackSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RecommendationFeedbackSummary & WithUserId(UserIdT &&value)
const Aws::Vector< Reaction > & GetReactions() const
RecommendationFeedbackSummary & AddReactions(Reaction value)
bool RecommendationIdHasBeenSet() const
RecommendationFeedbackSummary & WithRecommendationId(RecommendationIdT &&value)
const Aws::String & GetUserId() const
AWS_CODEGURUREVIEWER_API RecommendationFeedbackSummary()=default
void SetRecommendationId(RecommendationIdT &&value)
const Aws::String & GetRecommendationId() const
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEGURUREVIEWER_API RecommendationFeedbackSummary(Aws::Utils::Json::JsonView jsonValue)
bool ReactionsHasBeenSet() 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