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>
56 template<
typename ReactionUserArnT = Aws::String>
57 void SetReactionUserArn(ReactionUserArnT&& value) { m_reactionUserArnHasBeenSet =
true; m_reactionUserArn = std::forward<ReactionUserArnT>(value); }
58 template<
typename ReactionUserArnT = Aws::String>
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
82 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 bool m_commentIdHasBeenSet =
false;
91 bool m_reactionUserArnHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String