7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/codecommit/model/Comment.h>
9#include <aws/codecommit/model/Location.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename PullRequestIdT = Aws::String>
46 m_pullRequestIdHasBeenSet =
true;
47 m_pullRequestId = std::forward<PullRequestIdT>(value);
49 template <
typename PullRequestIdT = Aws::String>
62 template <
typename RepositoryNameT = Aws::String>
64 m_repositoryNameHasBeenSet =
true;
65 m_repositoryName = std::forward<RepositoryNameT>(value);
67 template <
typename RepositoryNameT = Aws::String>
83 template <
typename BeforeCommitIdT = Aws::String>
85 m_beforeCommitIdHasBeenSet =
true;
86 m_beforeCommitId = std::forward<BeforeCommitIdT>(value);
88 template <
typename BeforeCommitIdT = Aws::String>
102 template <
typename AfterCommitIdT = Aws::String>
104 m_afterCommitIdHasBeenSet =
true;
105 m_afterCommitId = std::forward<AfterCommitIdT>(value);
107 template <
typename AfterCommitIdT = Aws::String>
121 template <
typename BeforeBlobIdT = Aws::String>
123 m_beforeBlobIdHasBeenSet =
true;
124 m_beforeBlobId = std::forward<BeforeBlobIdT>(value);
126 template <
typename BeforeBlobIdT = Aws::String>
140 template <
typename AfterBlobIdT = Aws::String>
142 m_afterBlobIdHasBeenSet =
true;
143 m_afterBlobId = std::forward<AfterBlobIdT>(value);
145 template <
typename AfterBlobIdT = Aws::String>
160 template <
typename LocationT = Location>
162 m_locationHasBeenSet =
true;
163 m_location = std::forward<LocationT>(value);
165 template <
typename LocationT = Location>
179 template <
typename CommentsT = Aws::Vector<Comment>>
181 m_commentsHasBeenSet =
true;
182 m_comments = std::forward<CommentsT>(value);
184 template <
typename CommentsT = Aws::Vector<Comment>>
189 template <
typename CommentsT = Comment>
191 m_commentsHasBeenSet =
true;
192 m_comments.emplace_back(std::forward<CommentsT>(value));
212 bool m_pullRequestIdHasBeenSet =
false;
213 bool m_repositoryNameHasBeenSet =
false;
214 bool m_beforeCommitIdHasBeenSet =
false;
215 bool m_afterCommitIdHasBeenSet =
false;
216 bool m_beforeBlobIdHasBeenSet =
false;
217 bool m_afterBlobIdHasBeenSet =
false;
218 bool m_locationHasBeenSet =
false;
219 bool m_commentsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue