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 RepositoryNameT = Aws::String>
51 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
52 template<
typename RepositoryNameT = Aws::String>
63 template<
typename BeforeCommitIdT = Aws::String>
64 void SetBeforeCommitId(BeforeCommitIdT&& value) { m_beforeCommitIdHasBeenSet =
true; m_beforeCommitId = std::forward<BeforeCommitIdT>(value); }
65 template<
typename BeforeCommitIdT = Aws::String>
76 template<
typename AfterCommitIdT = Aws::String>
77 void SetAfterCommitId(AfterCommitIdT&& value) { m_afterCommitIdHasBeenSet =
true; m_afterCommitId = std::forward<AfterCommitIdT>(value); }
78 template<
typename AfterCommitIdT = Aws::String>
89 template<
typename BeforeBlobIdT = Aws::String>
90 void SetBeforeBlobId(BeforeBlobIdT&& value) { m_beforeBlobIdHasBeenSet =
true; m_beforeBlobId = std::forward<BeforeBlobIdT>(value); }
91 template<
typename BeforeBlobIdT = Aws::String>
102 template<
typename AfterBlobIdT = Aws::String>
103 void SetAfterBlobId(AfterBlobIdT&& value) { m_afterBlobIdHasBeenSet =
true; m_afterBlobId = std::forward<AfterBlobIdT>(value); }
104 template<
typename AfterBlobIdT = Aws::String>
116 template<
typename LocationT = Location>
117 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
118 template<
typename LocationT = Location>
129 template<
typename CommentsT = Aws::Vector<Comment>>
130 void SetComments(CommentsT&& value) { m_commentsHasBeenSet =
true; m_comments = std::forward<CommentsT>(value); }
131 template<
typename CommentsT = Aws::Vector<Comment>>
133 template<
typename CommentsT = Comment>
139 bool m_repositoryNameHasBeenSet =
false;
142 bool m_beforeCommitIdHasBeenSet =
false;
145 bool m_afterCommitIdHasBeenSet =
false;
148 bool m_beforeBlobIdHasBeenSet =
false;
151 bool m_afterBlobIdHasBeenSet =
false;
154 bool m_locationHasBeenSet =
false;
157 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