7#include <aws/appflow/AppflowRequest.h>
8#include <aws/appflow/Appflow_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 m_maxResultsHasBeenSet =
true;
54 template <
typename NextTokenT = Aws::String>
56 m_nextTokenHasBeenSet =
true;
57 m_nextToken = std::forward<NextTokenT>(value);
59 template <
typename NextTokenT = Aws::String>
69 bool m_maxResultsHasBeenSet =
false;
70 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_APPFLOW_API ListFlowsRequest()=default
const Aws::String & GetNextToken() const
ListFlowsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_APPFLOW_API Aws::String SerializePayload() const override
int GetMaxResults() const
ListFlowsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String