7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codecommit/model/Location.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/codecommit/model/Comment.h>
50 template<
typename PullRequestIdT = Aws::String>
51 void SetPullRequestId(PullRequestIdT&& value) { m_pullRequestIdHasBeenSet =
true; m_pullRequestId = std::forward<PullRequestIdT>(value); }
52 template<
typename PullRequestIdT = Aws::String>
62 template<
typename RepositoryNameT = Aws::String>
63 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
64 template<
typename RepositoryNameT = Aws::String>
77 template<
typename BeforeCommitIdT = Aws::String>
78 void SetBeforeCommitId(BeforeCommitIdT&& value) { m_beforeCommitIdHasBeenSet =
true; m_beforeCommitId = std::forward<BeforeCommitIdT>(value); }
79 template<
typename BeforeCommitIdT = Aws::String>
90 template<
typename AfterCommitIdT = Aws::String>
91 void SetAfterCommitId(AfterCommitIdT&& value) { m_afterCommitIdHasBeenSet =
true; m_afterCommitId = std::forward<AfterCommitIdT>(value); }
92 template<
typename AfterCommitIdT = Aws::String>
103 template<
typename BeforeBlobIdT = Aws::String>
104 void SetBeforeBlobId(BeforeBlobIdT&& value) { m_beforeBlobIdHasBeenSet =
true; m_beforeBlobId = std::forward<BeforeBlobIdT>(value); }
105 template<
typename BeforeBlobIdT = Aws::String>
116 template<
typename AfterBlobIdT = Aws::String>
117 void SetAfterBlobId(AfterBlobIdT&& value) { m_afterBlobIdHasBeenSet =
true; m_afterBlobId = std::forward<AfterBlobIdT>(value); }
118 template<
typename AfterBlobIdT = Aws::String>
130 template<
typename LocationT = Location>
131 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
132 template<
typename LocationT = Location>
143 template<
typename CommentsT = Aws::Vector<Comment>>
144 void SetComments(CommentsT&& value) { m_commentsHasBeenSet =
true; m_comments = std::forward<CommentsT>(value); }
145 template<
typename CommentsT = Aws::Vector<Comment>>
147 template<
typename CommentsT = Comment>
153 bool m_pullRequestIdHasBeenSet =
false;
156 bool m_repositoryNameHasBeenSet =
false;
159 bool m_beforeCommitIdHasBeenSet =
false;
162 bool m_afterCommitIdHasBeenSet =
false;
165 bool m_beforeBlobIdHasBeenSet =
false;
168 bool m_afterBlobIdHasBeenSet =
false;
171 bool m_locationHasBeenSet =
false;
174 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