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 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
69 template<
typename RepositoryLinkIdT = Aws::String>
70 void SetRepositoryLinkId(RepositoryLinkIdT&& value) { m_repositoryLinkIdHasBeenSet =
true; m_repositoryLinkId = std::forward<RepositoryLinkIdT>(value); }
71 template<
typename RepositoryLinkIdT = Aws::String>
87 bool m_maxResultsHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
93 bool m_repositoryLinkIdHasBeenSet =
false;
96 bool m_syncTypeHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_CODECONNECTIONS_API Aws::String SerializePayload() const override
SyncConfigurationType GetSyncType() const
void SetSyncType(SyncConfigurationType value)
bool NextTokenHasBeenSet() const
bool SyncTypeHasBeenSet() const
const Aws::String & GetRepositoryLinkId() const
AWS_CODECONNECTIONS_API ListSyncConfigurationsRequest()=default
void SetRepositoryLinkId(RepositoryLinkIdT &&value)
ListSyncConfigurationsRequest & WithRepositoryLinkId(RepositoryLinkIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CODECONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RepositoryLinkIdHasBeenSet() const
ListSyncConfigurationsRequest & WithNextToken(NextTokenT &&value)
ListSyncConfigurationsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
ListSyncConfigurationsRequest & WithSyncType(SyncConfigurationType value)
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String