7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/proton/model/RepositoryProvider.h>
51 inline void SetBranch(
const char* value) { m_branchHasBeenSet =
true; m_branch.assign(value); }
65 inline void SetFilePath(
const char* value) { m_filePathHasBeenSet =
true; m_filePath.assign(value); }
80 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
107 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
115 bool m_branchHasBeenSet =
false;
118 bool m_filePathHasBeenSet =
false;
121 bool m_repositoryNameHasBeenSet =
false;
124 bool m_repositoryProviderHasBeenSet =
false;
127 bool m_serviceNameHasBeenSet =
false;
AWS_PROTON_API ServiceSyncConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceSyncConfig & WithRepositoryProvider(const RepositoryProvider &value)
void SetServiceName(const char *value)
void SetRepositoryName(const char *value)
ServiceSyncConfig & WithBranch(const char *value)
void SetFilePath(const Aws::String &value)
void SetServiceName(const Aws::String &value)
void SetServiceName(Aws::String &&value)
ServiceSyncConfig & WithBranch(const Aws::String &value)
const Aws::String & GetFilePath() const
bool RepositoryNameHasBeenSet() const
ServiceSyncConfig & WithServiceName(const char *value)
void SetRepositoryProvider(const RepositoryProvider &value)
const Aws::String & GetBranch() const
void SetBranch(const Aws::String &value)
ServiceSyncConfig & WithRepositoryName(Aws::String &&value)
ServiceSyncConfig & WithRepositoryProvider(RepositoryProvider &&value)
AWS_PROTON_API ServiceSyncConfig()
void SetBranch(Aws::String &&value)
const Aws::String & GetServiceName() const
void SetFilePath(Aws::String &&value)
void SetRepositoryName(const Aws::String &value)
ServiceSyncConfig & WithRepositoryName(const Aws::String &value)
bool BranchHasBeenSet() const
const RepositoryProvider & GetRepositoryProvider() const
AWS_PROTON_API ServiceSyncConfig(Aws::Utils::Json::JsonView jsonValue)
void SetFilePath(const char *value)
void SetBranch(const char *value)
bool FilePathHasBeenSet() const
ServiceSyncConfig & WithFilePath(Aws::String &&value)
ServiceSyncConfig & WithFilePath(const Aws::String &value)
ServiceSyncConfig & WithRepositoryName(const char *value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRepositoryProvider(RepositoryProvider &&value)
ServiceSyncConfig & WithServiceName(const Aws::String &value)
const Aws::String & GetRepositoryName() const
ServiceSyncConfig & WithServiceName(Aws::String &&value)
void SetRepositoryName(Aws::String &&value)
ServiceSyncConfig & WithFilePath(const char *value)
bool ServiceNameHasBeenSet() const
ServiceSyncConfig & WithBranch(Aws::String &&value)
bool RepositoryProviderHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue