7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elementalinference/ElementalInferenceRequest.h>
9#include <aws/elementalinference/ElementalInference_EXPORTS.h>
17namespace ElementalInference {
50 m_maxResultsHasBeenSet =
true;
69 template <
typename NextTokenT = Aws::String>
71 m_nextTokenHasBeenSet =
true;
72 m_nextToken = std::forward<NextTokenT>(value);
74 template <
typename NextTokenT = Aws::String>
84 bool m_maxResultsHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
AWS_ELEMENTALINFERENCE_API ListFeedsRequest()=default
ListFeedsRequest & WithNextToken(NextTokenT &&value)
AWS_ELEMENTALINFERENCE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
AWS_ELEMENTALINFERENCE_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
ListFeedsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String