7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/proton/Proton_EXPORTS.h>
9#include <aws/proton/model/RepositoryProvider.h>
43 template <
typename BranchT = Aws::String>
45 m_branchHasBeenSet =
true;
46 m_branch = std::forward<BranchT>(value);
48 template <
typename BranchT = Aws::String>
61 template <
typename FilePathT = Aws::String>
63 m_filePathHasBeenSet =
true;
64 m_filePath = std::forward<FilePathT>(value);
66 template <
typename FilePathT = Aws::String>
80 template <
typename RepositoryNameT = Aws::String>
82 m_repositoryNameHasBeenSet =
true;
83 m_repositoryName = std::forward<RepositoryNameT>(value);
85 template <
typename RepositoryNameT = Aws::String>
100 m_repositoryProviderHasBeenSet =
true;
101 m_repositoryProvider = value;
115 template <
typename ServiceNameT = Aws::String>
117 m_serviceNameHasBeenSet =
true;
118 m_serviceName = std::forward<ServiceNameT>(value);
120 template <
typename ServiceNameT = Aws::String>
136 bool m_branchHasBeenSet =
false;
137 bool m_filePathHasBeenSet =
false;
138 bool m_repositoryNameHasBeenSet =
false;
139 bool m_repositoryProviderHasBeenSet =
false;
140 bool m_serviceNameHasBeenSet =
false;
AWS_PROTON_API ServiceSyncConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFilePath() const
bool RepositoryNameHasBeenSet() const
ServiceSyncConfig & WithServiceName(ServiceNameT &&value)
AWS_PROTON_API ServiceSyncConfig()=default
void SetServiceName(ServiceNameT &&value)
ServiceSyncConfig & WithRepositoryProvider(RepositoryProvider value)
const Aws::String & GetBranch() const
RepositoryProvider GetRepositoryProvider() const
ServiceSyncConfig & WithFilePath(FilePathT &&value)
const Aws::String & GetServiceName() const
bool BranchHasBeenSet() const
AWS_PROTON_API ServiceSyncConfig(Aws::Utils::Json::JsonView jsonValue)
bool FilePathHasBeenSet() const
void SetRepositoryName(RepositoryNameT &&value)
void SetBranch(BranchT &&value)
void SetRepositoryProvider(RepositoryProvider value)
ServiceSyncConfig & WithBranch(BranchT &&value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFilePath(FilePathT &&value)
ServiceSyncConfig & WithRepositoryName(RepositoryNameT &&value)
const Aws::String & GetRepositoryName() const
bool ServiceNameHasBeenSet() const
bool RepositoryProviderHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue