7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
10#include <aws/location/model/ApiKeyFilter.h>
15namespace LocationService {
40 m_maxResultsHasBeenSet =
true;
57 template <
typename NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
76 template <
typename FilterT = ApiKeyFilter>
78 m_filterHasBeenSet =
true;
79 m_filter = std::forward<FilterT>(value);
81 template <
typename FilterT = ApiKeyFilter>
92 ApiKeyFilter m_filter;
93 bool m_maxResultsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_filterHasBeenSet =
false;
ListKeysRequest & WithMaxResults(int value)
int GetMaxResults() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
ListKeysRequest & WithFilter(FilterT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListKeysRequest & WithNextToken(NextTokenT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
AWS_LOCATIONSERVICE_API ListKeysRequest()=default
bool NextTokenHasBeenSet() const
const ApiKeyFilter & GetFilter() const
const Aws::String & GetNextToken() const
void SetFilter(FilterT &&value)
bool FilterHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String