7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/proton/model/RepositoryProvider.h>
47 inline void SetBranch(
const char* value) { m_branchHasBeenSet =
true; m_branch.assign(value); }
61 inline void SetFilePath(
const char* value) { m_filePathHasBeenSet =
true; m_filePath.assign(value); }
75 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
101 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
109 bool m_branchHasBeenSet =
false;
112 bool m_filePathHasBeenSet =
false;
115 bool m_repositoryNameHasBeenSet =
false;
118 bool m_repositoryProviderHasBeenSet =
false;
121 bool m_serviceNameHasBeenSet =
false;
bool ServiceNameHasBeenSet() const
const Aws::String & GetRepositoryName() const
UpdateServiceSyncConfigRequest & WithRepositoryName(const char *value)
void SetRepositoryProvider(RepositoryProvider &&value)
UpdateServiceSyncConfigRequest & WithFilePath(Aws::String &&value)
UpdateServiceSyncConfigRequest & WithRepositoryName(const Aws::String &value)
void SetBranch(Aws::String &&value)
void SetRepositoryName(const Aws::String &value)
UpdateServiceSyncConfigRequest & WithBranch(const char *value)
virtual const char * GetServiceRequestName() const override
bool RepositoryNameHasBeenSet() const
const RepositoryProvider & GetRepositoryProvider() const
AWS_PROTON_API UpdateServiceSyncConfigRequest()
UpdateServiceSyncConfigRequest & WithFilePath(const Aws::String &value)
UpdateServiceSyncConfigRequest & WithServiceName(const Aws::String &value)
const Aws::String & GetServiceName() const
UpdateServiceSyncConfigRequest & WithRepositoryProvider(RepositoryProvider &&value)
void SetBranch(const char *value)
void SetRepositoryName(Aws::String &&value)
UpdateServiceSyncConfigRequest & WithFilePath(const char *value)
UpdateServiceSyncConfigRequest & WithServiceName(Aws::String &&value)
void SetRepositoryName(const char *value)
AWS_PROTON_API Aws::String SerializePayload() const override
void SetRepositoryProvider(const RepositoryProvider &value)
bool RepositoryProviderHasBeenSet() const
void SetFilePath(const char *value)
UpdateServiceSyncConfigRequest & WithServiceName(const char *value)
UpdateServiceSyncConfigRequest & WithRepositoryProvider(const RepositoryProvider &value)
void SetFilePath(Aws::String &&value)
bool FilePathHasBeenSet() const
const Aws::String & GetFilePath() const
void SetBranch(const Aws::String &value)
void SetServiceName(Aws::String &&value)
UpdateServiceSyncConfigRequest & WithBranch(Aws::String &&value)
void SetFilePath(const Aws::String &value)
void SetServiceName(const char *value)
bool BranchHasBeenSet() const
const Aws::String & GetBranch() const
UpdateServiceSyncConfigRequest & WithBranch(const Aws::String &value)
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateServiceSyncConfigRequest & WithRepositoryName(Aws::String &&value)
void SetServiceName(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String