7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/model/ListGeofenceCollectionsResponseEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LocationService
43 template<
typename EntriesT = Aws::Vector<ListGeofenceCollectionsResponseEntry>>
44 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
45 template<
typename EntriesT = Aws::Vector<ListGeofenceCollectionsResponseEntry>>
47 template<
typename EntriesT = ListGeofenceCollectionsResponseEntry>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_entriesHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
ListGeofenceCollectionsResult & WithEntries(EntriesT &&value)
ListGeofenceCollectionsResult & WithNextToken(NextTokenT &&value)
AWS_LOCATIONSERVICE_API ListGeofenceCollectionsResult()=default
const Aws::String & GetRequestId() const
AWS_LOCATIONSERVICE_API ListGeofenceCollectionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEntries(EntriesT &&value)
void SetNextToken(NextTokenT &&value)
ListGeofenceCollectionsResult & AddEntries(EntriesT &&value)
AWS_LOCATIONSERVICE_API ListGeofenceCollectionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< ListGeofenceCollectionsResponseEntry > & GetEntries() const
ListGeofenceCollectionsResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue