7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/LocationService_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LocationService {
36 template <
typename TrackerNameT = Aws::String>
38 m_trackerNameHasBeenSet =
true;
39 m_trackerName = std::forward<TrackerNameT>(value);
41 template <
typename TrackerNameT = Aws::String>
56 template <
typename TrackerArnT = Aws::String>
58 m_trackerArnHasBeenSet =
true;
59 m_trackerArn = std::forward<TrackerArnT>(value);
61 template <
typename TrackerArnT = Aws::String>
75 template <
typename CreateTimeT = Aws::Utils::DateTime>
77 m_createTimeHasBeenSet =
true;
78 m_createTime = std::forward<CreateTimeT>(value);
80 template <
typename CreateTimeT = Aws::Utils::DateTime>
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
112 bool m_trackerNameHasBeenSet =
false;
113 bool m_trackerArnHasBeenSet =
false;
114 bool m_createTimeHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_LOCATIONSERVICE_API CreateTrackerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateTrackerResult & WithTrackerArn(TrackerArnT &&value)
CreateTrackerResult & WithCreateTime(CreateTimeT &&value)
void SetTrackerName(TrackerNameT &&value)
void SetTrackerArn(TrackerArnT &&value)
CreateTrackerResult & WithTrackerName(TrackerNameT &&value)
AWS_LOCATIONSERVICE_API CreateTrackerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreateTime(CreateTimeT &&value)
AWS_LOCATIONSERVICE_API CreateTrackerResult()=default
const Aws::String & GetRequestId() const
CreateTrackerResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetTrackerArn() const
const Aws::String & GetTrackerName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue