7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
14namespace LocationService {
37 template <
typename CollectionNameT = Aws::String>
39 m_collectionNameHasBeenSet =
true;
40 m_collectionName = std::forward<CollectionNameT>(value);
42 template <
typename CollectionNameT = Aws::String>
57 template <
typename NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
77 m_maxResultsHasBeenSet =
true;
91 bool m_collectionNameHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
93 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetCollectionName() const
const Aws::String & GetNextToken() const
ListGeofencesRequest & WithCollectionName(CollectionNameT &&value)
bool NextTokenHasBeenSet() const
void SetCollectionName(CollectionNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
ListGeofencesRequest & WithNextToken(NextTokenT &&value)
AWS_LOCATIONSERVICE_API ListGeofencesRequest()=default
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
ListGeofencesRequest & WithMaxResults(int value)
bool CollectionNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String