7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/SourceControlAuthStrategy.h>
10#include <aws/glue/model/SourceControlProvider.h>
45 m_providerHasBeenSet =
true;
60 template <
typename RepositoryT = Aws::String>
62 m_repositoryHasBeenSet =
true;
63 m_repository = std::forward<RepositoryT>(value);
65 template <
typename RepositoryT = Aws::String>
78 template <
typename OwnerT = Aws::String>
80 m_ownerHasBeenSet =
true;
81 m_owner = std::forward<OwnerT>(value);
83 template <
typename OwnerT = Aws::String>
85 SetOwner(std::forward<OwnerT>(value));
96 template <
typename BranchT = Aws::String>
98 m_branchHasBeenSet =
true;
99 m_branch = std::forward<BranchT>(value);
101 template <
typename BranchT = Aws::String>
114 template <
typename FolderT = Aws::String>
116 m_folderHasBeenSet =
true;
117 m_folder = std::forward<FolderT>(value);
119 template <
typename FolderT = Aws::String>
132 template <
typename LastCommitIdT = Aws::String>
134 m_lastCommitIdHasBeenSet =
true;
135 m_lastCommitId = std::forward<LastCommitIdT>(value);
137 template <
typename LastCommitIdT = Aws::String>
152 m_authStrategyHasBeenSet =
true;
153 m_authStrategy = value;
167 template <
typename AuthTokenT = Aws::String>
169 m_authTokenHasBeenSet =
true;
170 m_authToken = std::forward<AuthTokenT>(value);
172 template <
typename AuthTokenT = Aws::String>
194 bool m_providerHasBeenSet =
false;
195 bool m_repositoryHasBeenSet =
false;
196 bool m_ownerHasBeenSet =
false;
197 bool m_branchHasBeenSet =
false;
198 bool m_folderHasBeenSet =
false;
199 bool m_lastCommitIdHasBeenSet =
false;
200 bool m_authStrategyHasBeenSet =
false;
201 bool m_authTokenHasBeenSet =
false;
bool LastCommitIdHasBeenSet() const
SourceControlDetails & WithLastCommitId(LastCommitIdT &&value)
void SetProvider(SourceControlProvider value)
void SetFolder(FolderT &&value)
SourceControlDetails & WithAuthToken(AuthTokenT &&value)
bool FolderHasBeenSet() const
SourceControlDetails & WithFolder(FolderT &&value)
AWS_GLUE_API SourceControlDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceControlDetails & WithAuthStrategy(SourceControlAuthStrategy value)
const Aws::String & GetAuthToken() const
void SetAuthToken(AuthTokenT &&value)
SourceControlDetails & WithProvider(SourceControlProvider value)
SourceControlProvider GetProvider() const
SourceControlDetails & WithOwner(OwnerT &&value)
void SetOwner(OwnerT &&value)
void SetRepository(RepositoryT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBranch() const
const Aws::String & GetFolder() const
AWS_GLUE_API SourceControlDetails()=default
SourceControlDetails & WithRepository(RepositoryT &&value)
bool BranchHasBeenSet() const
bool ProviderHasBeenSet() const
void SetLastCommitId(LastCommitIdT &&value)
bool AuthStrategyHasBeenSet() const
const Aws::String & GetLastCommitId() const
const Aws::String & GetRepository() const
bool RepositoryHasBeenSet() const
const Aws::String & GetOwner() const
bool AuthTokenHasBeenSet() const
SourceControlDetails & WithBranch(BranchT &&value)
bool OwnerHasBeenSet() const
void SetBranch(BranchT &&value)
AWS_GLUE_API SourceControlDetails(Aws::Utils::Json::JsonView jsonValue)
SourceControlAuthStrategy GetAuthStrategy() const
void SetAuthStrategy(SourceControlAuthStrategy value)
SourceControlAuthStrategy
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue