7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/AppflowRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
53 template<
typename NextTokenT = Aws::String>
54 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
55 template<
typename NextTokenT = Aws::String>
61 bool m_maxResultsHasBeenSet =
false;
64 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
ListConnectorsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
ListConnectorsRequest & WithMaxResults(int value)
AWS_APPFLOW_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_APPFLOW_API ListConnectorsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String