7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/proton/model/RepositoryProvider.h>
49 template<
typename BranchT = Aws::String>
50 void SetBranch(BranchT&& value) { m_branchHasBeenSet =
true; m_branch = std::forward<BranchT>(value); }
51 template<
typename BranchT = Aws::String>
61 template<
typename FilePathT = Aws::String>
62 void SetFilePath(FilePathT&& value) { m_filePathHasBeenSet =
true; m_filePath = std::forward<FilePathT>(value); }
63 template<
typename FilePathT = Aws::String>
74 template<
typename RepositoryNameT = Aws::String>
75 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
76 template<
typename RepositoryNameT = Aws::String>
97 template<
typename ServiceNameT = Aws::String>
98 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
99 template<
typename ServiceNameT = Aws::String>
105 bool m_branchHasBeenSet =
false;
108 bool m_filePathHasBeenSet =
false;
111 bool m_repositoryNameHasBeenSet =
false;
114 bool m_repositoryProviderHasBeenSet =
false;
117 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