7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/CodeConnectionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codeconnections/model/SyncConfigurationType.h>
15namespace CodeConnections
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 RepositoryLinkIdT = Aws::String>
58 void SetRepositoryLinkId(RepositoryLinkIdT&& value) { m_repositoryLinkIdHasBeenSet =
true; m_repositoryLinkId = std::forward<RepositoryLinkIdT>(value); }
59 template<
typename RepositoryLinkIdT = Aws::String>
75 bool m_branchHasBeenSet =
false;
78 bool m_repositoryLinkIdHasBeenSet =
false;
81 bool m_syncTypeHasBeenSet =
false;
const Aws::String & GetBranch() const
const Aws::String & GetRepositoryLinkId() const
SyncConfigurationType GetSyncType() const
AWS_CODECONNECTIONS_API Aws::String SerializePayload() const override
AWS_CODECONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RepositoryLinkIdHasBeenSet() const
AWS_CODECONNECTIONS_API GetRepositorySyncStatusRequest()=default
void SetSyncType(SyncConfigurationType value)
virtual const char * GetServiceRequestName() const override
GetRepositorySyncStatusRequest & WithSyncType(SyncConfigurationType value)
void SetBranch(BranchT &&value)
bool SyncTypeHasBeenSet() const
GetRepositorySyncStatusRequest & WithRepositoryLinkId(RepositoryLinkIdT &&value)
GetRepositorySyncStatusRequest & WithBranch(BranchT &&value)
bool BranchHasBeenSet() const
void SetRepositoryLinkId(RepositoryLinkIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String