7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/location/LocationService_EXPORTS.h>
11#include <aws/location/model/ListTrackersResponseEntry.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LocationService {
39 template <
typename EntriesT = Aws::Vector<ListTrackersResponseEntry>>
41 m_entriesHasBeenSet =
true;
42 m_entries = std::forward<EntriesT>(value);
44 template <
typename EntriesT = Aws::Vector<ListTrackersResponseEntry>>
49 template <
typename EntriesT = ListTrackersResponseEntry>
51 m_entriesHasBeenSet =
true;
52 m_entries.emplace_back(std::forward<EntriesT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_entriesHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
void SetEntries(EntriesT &&value)
const Aws::String & GetRequestId() const
ListTrackersResult & WithEntries(EntriesT &&value)
ListTrackersResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListTrackersResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_LOCATIONSERVICE_API ListTrackersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOCATIONSERVICE_API ListTrackersResult()=default
const Aws::Vector< ListTrackersResponseEntry > & GetEntries() const
ListTrackersResult & AddEntries(EntriesT &&value)
AWS_LOCATIONSERVICE_API ListTrackersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue