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 RepositoryNameT = Aws::String>
46 m_repositoryNameHasBeenSet =
true;
47 m_repositoryName = std::forward<RepositoryNameT>(value);
49 template <
typename RepositoryNameT = Aws::String>
63 template <
typename BeforeCommitIdT = Aws::String>
65 m_beforeCommitIdHasBeenSet =
true;
66 m_beforeCommitId = std::forward<BeforeCommitIdT>(value);
68 template <
typename BeforeCommitIdT = Aws::String>
82 template <
typename AfterCommitIdT = Aws::String>
84 m_afterCommitIdHasBeenSet =
true;
85 m_afterCommitId = std::forward<AfterCommitIdT>(value);
87 template <
typename AfterCommitIdT = Aws::String>
101 template <
typename BeforeBlobIdT = Aws::String>
103 m_beforeBlobIdHasBeenSet =
true;
104 m_beforeBlobId = std::forward<BeforeBlobIdT>(value);
106 template <
typename BeforeBlobIdT = Aws::String>
120 template <
typename AfterBlobIdT = Aws::String>
122 m_afterBlobIdHasBeenSet =
true;
123 m_afterBlobId = std::forward<AfterBlobIdT>(value);
125 template <
typename AfterBlobIdT = Aws::String>
140 template <
typename LocationT = Location>
142 m_locationHasBeenSet =
true;
143 m_location = std::forward<LocationT>(value);
145 template <
typename LocationT = Location>
159 template <
typename CommentsT = Aws::Vector<Comment>>
161 m_commentsHasBeenSet =
true;
162 m_comments = std::forward<CommentsT>(value);
164 template <
typename CommentsT = Aws::Vector<Comment>>
169 template <
typename CommentsT = Comment>
171 m_commentsHasBeenSet =
true;
172 m_comments.emplace_back(std::forward<CommentsT>(value));
190 bool m_repositoryNameHasBeenSet =
false;
191 bool m_beforeCommitIdHasBeenSet =
false;
192 bool m_afterCommitIdHasBeenSet =
false;
193 bool m_beforeBlobIdHasBeenSet =
false;
194 bool m_afterBlobIdHasBeenSet =
false;
195 bool m_locationHasBeenSet =
false;
196 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