7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/location/LocationService_EXPORTS.h>
10#include <aws/location/model/ListTrackersResponseEntry.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LocationService {
38 template <
typename EntriesT = Aws::Vector<ListTrackersResponseEntry>>
40 m_entriesHasBeenSet =
true;
41 m_entries = std::forward<EntriesT>(value);
43 template <
typename EntriesT = Aws::Vector<ListTrackersResponseEntry>>
48 template <
typename EntriesT = ListTrackersResponseEntry>
50 m_entriesHasBeenSet =
true;
51 m_entries.emplace_back(std::forward<EntriesT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_entriesHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
96 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)
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