7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace LocationService
41 template<
typename TrackerNameT = Aws::String>
42 void SetTrackerName(TrackerNameT&& value) { m_trackerNameHasBeenSet =
true; m_trackerName = std::forward<TrackerNameT>(value); }
43 template<
typename TrackerNameT = Aws::String>
55 template<
typename TrackerArnT = Aws::String>
56 void SetTrackerArn(TrackerArnT&& value) { m_trackerArnHasBeenSet =
true; m_trackerArn = std::forward<TrackerArnT>(value); }
57 template<
typename TrackerArnT = Aws::String>
68 template<
typename CreateTimeT = Aws::Utils::DateTime>
69 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
70 template<
typename CreateTimeT = Aws::Utils::DateTime>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_trackerNameHasBeenSet =
false;
88 bool m_trackerArnHasBeenSet =
false;
91 bool m_createTimeHasBeenSet =
false;
94 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