7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
43 template <
typename ConnectionIdT = Aws::String>
45 m_connectionIdHasBeenSet =
true;
46 m_connectionId = std::forward<ConnectionIdT>(value);
48 template <
typename ConnectionIdT = Aws::String>
61 template <
typename RepositoryT = Aws::String>
63 m_repositoryHasBeenSet =
true;
64 m_repository = std::forward<RepositoryT>(value);
66 template <
typename RepositoryT = Aws::String>
79 template <
typename BranchT = Aws::String>
81 m_branchHasBeenSet =
true;
82 m_branch = std::forward<BranchT>(value);
84 template <
typename BranchT = Aws::String>
97 template <
typename CommitHashT = Aws::String>
99 m_commitHashHasBeenSet =
true;
100 m_commitHash = std::forward<CommitHashT>(value);
102 template <
typename CommitHashT = Aws::String>
115 template <
typename FileNameT = Aws::String>
117 m_fileNameHasBeenSet =
true;
118 m_fileName = std::forward<FileNameT>(value);
120 template <
typename FileNameT = Aws::String>
133 template <
typename CommittedAtT = Aws::Utils::DateTime>
135 m_committedAtHasBeenSet =
true;
136 m_committedAt = std::forward<CommittedAtT>(value);
138 template <
typename CommittedAtT = Aws::Utils::DateTime>
151 template <
typename CommitMessageT = Aws::String>
153 m_commitMessageHasBeenSet =
true;
154 m_commitMessage = std::forward<CommitMessageT>(value);
156 template <
typename CommitMessageT = Aws::String>
176 bool m_connectionIdHasBeenSet =
false;
177 bool m_repositoryHasBeenSet =
false;
178 bool m_branchHasBeenSet =
false;
179 bool m_commitHashHasBeenSet =
false;
180 bool m_fileNameHasBeenSet =
false;
181 bool m_committedAtHasBeenSet =
false;
182 bool m_commitMessageHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue