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