7#include <aws/codecommit/CodeCommitRequest.h>
8#include <aws/codecommit/CodeCommit_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename CommentIdT = Aws::String>
41 m_commentIdHasBeenSet =
true;
42 m_commentId = std::forward<CommentIdT>(value);
44 template <
typename CommentIdT = Aws::String>
58 template <
typename ReactionUserArnT = Aws::String>
60 m_reactionUserArnHasBeenSet =
true;
61 m_reactionUserArn = std::forward<ReactionUserArnT>(value);
63 template <
typename ReactionUserArnT = Aws::String>
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
97 m_maxResultsHasBeenSet =
true;
113 bool m_commentIdHasBeenSet =
false;
114 bool m_reactionUserArnHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
116 bool m_maxResultsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String