7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationService_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LocationService {
35 template <
typename TrackerNameT = Aws::String>
37 m_trackerNameHasBeenSet =
true;
38 m_trackerName = std::forward<TrackerNameT>(value);
40 template <
typename TrackerNameT = Aws::String>
55 template <
typename TrackerArnT = Aws::String>
57 m_trackerArnHasBeenSet =
true;
58 m_trackerArn = std::forward<TrackerArnT>(value);
60 template <
typename TrackerArnT = Aws::String>
74 template <
typename CreateTimeT = Aws::Utils::DateTime>
76 m_createTimeHasBeenSet =
true;
77 m_createTime = std::forward<CreateTimeT>(value);
79 template <
typename CreateTimeT = Aws::Utils::DateTime>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
108 bool m_trackerNameHasBeenSet =
false;
109 bool m_trackerArnHasBeenSet =
false;
110 bool m_createTimeHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
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