7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/location/LocationService_EXPORTS.h>
12#include <aws/location/model/PositionFiltering.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace LocationService {
38 template <
typename TrackerNameT = Aws::String>
40 m_trackerNameHasBeenSet =
true;
41 m_trackerName = std::forward<TrackerNameT>(value);
43 template <
typename TrackerNameT = Aws::String>
58 template <
typename TrackerArnT = Aws::String>
60 m_trackerArnHasBeenSet =
true;
61 m_trackerArn = std::forward<TrackerArnT>(value);
63 template <
typename TrackerArnT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
92 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 m_tagsHasBeenSet =
true;
95 m_tags = std::forward<TagsT>(value);
97 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
99 SetTags(std::forward<TagsT>(value));
102 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
104 m_tagsHasBeenSet =
true;
105 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
117 template <
typename CreateTimeT = Aws::Utils::DateTime>
119 m_createTimeHasBeenSet =
true;
120 m_createTime = std::forward<CreateTimeT>(value);
122 template <
typename CreateTimeT = Aws::Utils::DateTime>
136 template <
typename UpdateTimeT = Aws::Utils::DateTime>
138 m_updateTimeHasBeenSet =
true;
139 m_updateTime = std::forward<UpdateTimeT>(value);
141 template <
typename UpdateTimeT = Aws::Utils::DateTime>
156 template <
typename KmsKeyIdT = Aws::String>
158 m_kmsKeyIdHasBeenSet =
true;
159 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
161 template <
typename KmsKeyIdT = Aws::String>
174 m_positionFilteringHasBeenSet =
true;
175 m_positionFiltering = value;
191 m_eventBridgeEnabledHasBeenSet =
true;
192 m_eventBridgeEnabled = value;
217 m_kmsKeyEnableGeospatialQueriesHasBeenSet =
true;
218 m_kmsKeyEnableGeospatialQueries = value;
229 template <
typename RequestIdT = Aws::String>
231 m_requestIdHasBeenSet =
true;
232 m_requestId = std::forward<RequestIdT>(value);
234 template <
typename RequestIdT = Aws::String>
259 bool m_eventBridgeEnabled{
false};
261 bool m_kmsKeyEnableGeospatialQueries{
false};
265 bool m_trackerNameHasBeenSet =
false;
266 bool m_trackerArnHasBeenSet =
false;
267 bool m_descriptionHasBeenSet =
false;
268 bool m_tagsHasBeenSet =
false;
269 bool m_createTimeHasBeenSet =
false;
270 bool m_updateTimeHasBeenSet =
false;
271 bool m_kmsKeyIdHasBeenSet =
false;
272 bool m_positionFilteringHasBeenSet =
false;
273 bool m_eventBridgeEnabledHasBeenSet =
false;
274 bool m_kmsKeyEnableGeospatialQueriesHasBeenSet =
false;
275 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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