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>
52 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
67 inline void SetBeforeCommitId(
const char* value) { m_beforeCommitIdHasBeenSet =
true; m_beforeCommitId.assign(value); }
82 inline void SetAfterCommitId(
const char* value) { m_afterCommitIdHasBeenSet =
true; m_afterCommitId.assign(value); }
97 inline void SetBeforeBlobId(
const char* value) { m_beforeBlobIdHasBeenSet =
true; m_beforeBlobId.assign(value); }
112 inline void SetAfterBlobId(
const char* value) { m_afterBlobIdHasBeenSet =
true; m_afterBlobId.assign(value); }
149 bool m_repositoryNameHasBeenSet =
false;
152 bool m_beforeCommitIdHasBeenSet =
false;
155 bool m_afterCommitIdHasBeenSet =
false;
158 bool m_beforeBlobIdHasBeenSet =
false;
161 bool m_afterBlobIdHasBeenSet =
false;
164 bool m_locationHasBeenSet =
false;
167 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