7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/codecommit/CodeCommitRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename CommentIdT = Aws::String>
44 void SetCommentId(CommentIdT&& value) { m_commentIdHasBeenSet =
true; m_commentId = std::forward<CommentIdT>(value); }
45 template<
typename CommentIdT = Aws::String>
59 template<
typename ReactionValueT = Aws::String>
60 void SetReactionValue(ReactionValueT&& value) { m_reactionValueHasBeenSet =
true; m_reactionValue = std::forward<ReactionValueT>(value); }
61 template<
typename ReactionValueT = Aws::String>
67 bool m_commentIdHasBeenSet =
false;
70 bool m_reactionValueHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String