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>
11#include <aws/proton/model/SyncType.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 RepositoryNameT = Aws::String>
58 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
59 template<
typename RepositoryNameT = Aws::String>
85 bool m_branchHasBeenSet =
false;
88 bool m_repositoryNameHasBeenSet =
false;
91 bool m_repositoryProviderHasBeenSet =
false;
94 bool m_syncTypeHasBeenSet =
false;
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRepositoryName(RepositoryNameT &&value)
AWS_PROTON_API GetRepositorySyncStatusRequest()=default
const Aws::String & GetRepositoryName() const
GetRepositorySyncStatusRequest & WithSyncType(SyncType value)
void SetBranch(BranchT &&value)
GetRepositorySyncStatusRequest & WithRepositoryProvider(RepositoryProvider value)
void SetSyncType(SyncType value)
void SetRepositoryProvider(RepositoryProvider value)
bool RepositoryProviderHasBeenSet() const
bool SyncTypeHasBeenSet() const
const Aws::String & GetBranch() const
AWS_PROTON_API Aws::String SerializePayload() const override
RepositoryProvider GetRepositoryProvider() const
GetRepositorySyncStatusRequest & WithRepositoryName(RepositoryNameT &&value)
bool BranchHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetRepositorySyncStatusRequest & WithBranch(BranchT &&value)
SyncType GetSyncType() const
bool RepositoryNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String