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/ListMapsResponseEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LocationService
42 template<
typename EntriesT = Aws::Vector<ListMapsResponseEntry>>
43 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
44 template<
typename EntriesT = Aws::Vector<ListMapsResponseEntry>>
46 template<
typename EntriesT = ListMapsResponseEntry>
47 ListMapsResult&
AddEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries.emplace_back(std::forward<EntriesT>(value));
return *
this; }
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_entriesHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< ListMapsResponseEntry > & GetEntries() const
ListMapsResult & WithNextToken(NextTokenT &&value)
AWS_LOCATIONSERVICE_API ListMapsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListMapsResult & WithRequestId(RequestIdT &&value)
void SetEntries(EntriesT &&value)
AWS_LOCATIONSERVICE_API ListMapsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
ListMapsResult & AddEntries(EntriesT &&value)
ListMapsResult & WithEntries(EntriesT &&value)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
AWS_LOCATIONSERVICE_API ListMapsResult()=default
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue