7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/CodeStarconnectionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codestar-connections/model/SyncConfigurationType.h>
15namespace CodeStarconnections
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;
GetRepositorySyncStatusRequest & WithSyncType(SyncConfigurationType value)
SyncConfigurationType GetSyncType() const
AWS_CODESTARCONNECTIONS_API Aws::String SerializePayload() const override
const Aws::String & GetRepositoryLinkId() const
void SetBranch(BranchT &&value)
bool BranchHasBeenSet() const
const Aws::String & GetBranch() const
bool RepositoryLinkIdHasBeenSet() const
AWS_CODESTARCONNECTIONS_API GetRepositorySyncStatusRequest()=default
AWS_CODESTARCONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
GetRepositorySyncStatusRequest & WithBranch(BranchT &&value)
void SetSyncType(SyncConfigurationType value)
bool SyncTypeHasBeenSet() const
void SetRepositoryLinkId(RepositoryLinkIdT &&value)
GetRepositorySyncStatusRequest & WithRepositoryLinkId(RepositoryLinkIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String