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>
47 inline void SetBranch(
const char* value) { m_branchHasBeenSet =
true; m_branch.assign(value); }
61 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
86 inline void SetSyncType(
SyncType&& value) { m_syncTypeHasBeenSet =
true; m_syncType = std::move(value); }
93 bool m_branchHasBeenSet =
false;
96 bool m_repositoryNameHasBeenSet =
false;
99 bool m_repositoryProviderHasBeenSet =
false;
102 bool m_syncTypeHasBeenSet =
false;
GetRepositorySyncStatusRequest & WithBranch(Aws::String &&value)
AWS_PROTON_API GetRepositorySyncStatusRequest()
void SetRepositoryName(const char *value)
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetRepositorySyncStatusRequest & WithSyncType(SyncType &&value)
void SetBranch(const char *value)
void SetRepositoryProvider(const RepositoryProvider &value)
GetRepositorySyncStatusRequest & WithSyncType(const SyncType &value)
const Aws::String & GetRepositoryName() const
void SetRepositoryName(const Aws::String &value)
const SyncType & GetSyncType() const
const RepositoryProvider & GetRepositoryProvider() const
GetRepositorySyncStatusRequest & WithRepositoryName(const char *value)
void SetRepositoryProvider(RepositoryProvider &&value)
void SetSyncType(const SyncType &value)
GetRepositorySyncStatusRequest & WithRepositoryProvider(const RepositoryProvider &value)
bool RepositoryProviderHasBeenSet() const
GetRepositorySyncStatusRequest & WithBranch(const char *value)
void SetSyncType(SyncType &&value)
GetRepositorySyncStatusRequest & WithBranch(const Aws::String &value)
bool SyncTypeHasBeenSet() const
const Aws::String & GetBranch() const
AWS_PROTON_API Aws::String SerializePayload() const override
void SetBranch(const Aws::String &value)
bool BranchHasBeenSet() const
void SetBranch(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
GetRepositorySyncStatusRequest & WithRepositoryProvider(RepositoryProvider &&value)
GetRepositorySyncStatusRequest & WithRepositoryName(Aws::String &&value)
GetRepositorySyncStatusRequest & WithRepositoryName(const Aws::String &value)
bool RepositoryNameHasBeenSet() const
void SetRepositoryName(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String