7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/codeguru-reviewer/model/Reaction.h>
23namespace CodeGuruReviewer
50 template<
typename RecommendationIdT = Aws::String>
51 void SetRecommendationId(RecommendationIdT&& value) { m_recommendationIdHasBeenSet =
true; m_recommendationId = std::forward<RecommendationIdT>(value); }
52 template<
typename RecommendationIdT = Aws::String>
62 template<
typename ReactionsT = Aws::Vector<Reaction>>
63 void SetReactions(ReactionsT&& value) { m_reactionsHasBeenSet =
true; m_reactions = std::forward<ReactionsT>(value); }
64 template<
typename ReactionsT = Aws::Vector<Reaction>>
80 template<
typename UserIdT = Aws::String>
81 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
82 template<
typename UserIdT = Aws::String>
88 bool m_recommendationIdHasBeenSet =
false;
91 bool m_reactionsHasBeenSet =
false;
94 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