7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/model/ApiKeyFilter.h>
15namespace LocationService
43 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
68 template<
typename FilterT = ApiKeyFilter>
69 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
70 template<
typename FilterT = ApiKeyFilter>
76 bool m_maxResultsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
81 ApiKeyFilter m_filter;
82 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