7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/location/model/PositionFiltering.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace LocationService
43 template<
typename TrackerNameT = Aws::String>
44 void SetTrackerName(TrackerNameT&& value) { m_trackerNameHasBeenSet =
true; m_trackerName = std::forward<TrackerNameT>(value); }
45 template<
typename TrackerNameT = Aws::String>
57 template<
typename TrackerArnT = Aws::String>
58 void SetTrackerArn(TrackerArnT&& value) { m_trackerArnHasBeenSet =
true; m_trackerArn = std::forward<TrackerArnT>(value); }
59 template<
typename TrackerArnT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
79 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
80 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
81 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
83 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
85 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
96 template<
typename CreateTimeT = Aws::Utils::DateTime>
97 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
98 template<
typename CreateTimeT = Aws::Utils::DateTime>
109 template<
typename UpdateTimeT = Aws::Utils::DateTime>
110 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
111 template<
typename UpdateTimeT = Aws::Utils::DateTime>
123 template<
typename KmsKeyIdT = Aws::String>
124 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
125 template<
typename KmsKeyIdT = Aws::String>
145 inline void SetEventBridgeEnabled(
bool value) { m_eventBridgeEnabledHasBeenSet =
true; m_eventBridgeEnabled = value; }
172 template<
typename RequestIdT = Aws::String>
173 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
174 template<
typename RequestIdT = Aws::String>
180 bool m_trackerNameHasBeenSet =
false;
183 bool m_trackerArnHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
189 bool m_tagsHasBeenSet =
false;
192 bool m_createTimeHasBeenSet =
false;
195 bool m_updateTimeHasBeenSet =
false;
198 bool m_kmsKeyIdHasBeenSet =
false;
201 bool m_positionFilteringHasBeenSet =
false;
203 bool m_eventBridgeEnabled{
false};
204 bool m_eventBridgeEnabledHasBeenSet =
false;
206 bool m_kmsKeyEnableGeospatialQueries{
false};
207 bool m_kmsKeyEnableGeospatialQueriesHasBeenSet =
false;
210 bool m_requestIdHasBeenSet =
false;
void SetPositionFiltering(PositionFiltering value)
void SetRequestId(RequestIdT &&value)
AWS_LOCATIONSERVICE_API DescribeTrackerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTrackerArn() const
const Aws::String & GetDescription() const
AWS_LOCATIONSERVICE_API DescribeTrackerResult()=default
bool GetEventBridgeEnabled() const
void SetKmsKeyId(KmsKeyIdT &&value)
void SetTrackerName(TrackerNameT &&value)
DescribeTrackerResult & WithRequestId(RequestIdT &&value)
DescribeTrackerResult & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetEventBridgeEnabled(bool value)
DescribeTrackerResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool GetKmsKeyEnableGeospatialQueries() const
DescribeTrackerResult & WithDescription(DescriptionT &&value)
DescribeTrackerResult & WithTrackerName(TrackerNameT &&value)
const Aws::String & GetRequestId() const
AWS_LOCATIONSERVICE_API DescribeTrackerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
PositionFiltering GetPositionFiltering() const
DescribeTrackerResult & WithUpdateTime(UpdateTimeT &&value)
void SetCreateTime(CreateTimeT &&value)
void SetKmsKeyEnableGeospatialQueries(bool value)
const Aws::String & GetKmsKeyId() const
DescribeTrackerResult & WithPositionFiltering(PositionFiltering value)
DescribeTrackerResult & WithTrackerArn(TrackerArnT &&value)
const Aws::String & GetTrackerName() const
DescribeTrackerResult & WithKmsKeyEnableGeospatialQueries(bool value)
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::Utils::DateTime & GetCreateTime() const
DescribeTrackerResult & WithKmsKeyId(KmsKeyIdT &&value)
DescribeTrackerResult & WithCreateTime(CreateTimeT &&value)
DescribeTrackerResult & WithEventBridgeEnabled(bool value)
void SetUpdateTime(UpdateTimeT &&value)
void SetTrackerArn(TrackerArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue