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>
45 template<
typename BranchT = Aws::String>
46 void SetBranch(BranchT&& value) { m_branchHasBeenSet =
true; m_branch = std::forward<BranchT>(value); }
47 template<
typename BranchT = Aws::String>
57 template<
typename FilePathT = Aws::String>
58 void SetFilePath(FilePathT&& value) { m_filePathHasBeenSet =
true; m_filePath = std::forward<FilePathT>(value); }
59 template<
typename FilePathT = Aws::String>
69 template<
typename RepositoryNameT = Aws::String>
70 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
71 template<
typename RepositoryNameT = Aws::String>
91 template<
typename ServiceNameT = Aws::String>
92 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
93 template<
typename ServiceNameT = Aws::String>
99 bool m_branchHasBeenSet =
false;
102 bool m_filePathHasBeenSet =
false;
105 bool m_repositoryNameHasBeenSet =
false;
108 bool m_repositoryProviderHasBeenSet =
false;
111 bool m_serviceNameHasBeenSet =
false;
bool ServiceNameHasBeenSet() const
const Aws::String & GetRepositoryName() const
UpdateServiceSyncConfigRequest & WithFilePath(FilePathT &&value)
UpdateServiceSyncConfigRequest & WithRepositoryProvider(RepositoryProvider value)
virtual const char * GetServiceRequestName() const override
bool RepositoryNameHasBeenSet() const
void SetBranch(BranchT &&value)
AWS_PROTON_API UpdateServiceSyncConfigRequest()=default
const Aws::String & GetServiceName() const
AWS_PROTON_API Aws::String SerializePayload() const override
void SetFilePath(FilePathT &&value)
void SetServiceName(ServiceNameT &&value)
bool RepositoryProviderHasBeenSet() const
void SetRepositoryName(RepositoryNameT &&value)
void SetRepositoryProvider(RepositoryProvider value)
UpdateServiceSyncConfigRequest & WithRepositoryName(RepositoryNameT &&value)
bool FilePathHasBeenSet() const
const Aws::String & GetFilePath() const
UpdateServiceSyncConfigRequest & WithServiceName(ServiceNameT &&value)
RepositoryProvider GetRepositoryProvider() const
UpdateServiceSyncConfigRequest & WithBranch(BranchT &&value)
bool BranchHasBeenSet() const
const Aws::String & GetBranch() const
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String