7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/LocationService_EXPORTS.h>
11#include <aws/location/model/PositionFiltering.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LocationService {
37 template <
typename TrackerNameT = Aws::String>
39 m_trackerNameHasBeenSet =
true;
40 m_trackerName = std::forward<TrackerNameT>(value);
42 template <
typename TrackerNameT = Aws::String>
57 template <
typename TrackerArnT = Aws::String>
59 m_trackerArnHasBeenSet =
true;
60 m_trackerArn = std::forward<TrackerArnT>(value);
62 template <
typename TrackerArnT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
91 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
93 m_tagsHasBeenSet =
true;
94 m_tags = std::forward<TagsT>(value);
96 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
98 SetTags(std::forward<TagsT>(value));
101 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
103 m_tagsHasBeenSet =
true;
104 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
116 template <
typename CreateTimeT = Aws::Utils::DateTime>
118 m_createTimeHasBeenSet =
true;
119 m_createTime = std::forward<CreateTimeT>(value);
121 template <
typename CreateTimeT = Aws::Utils::DateTime>
135 template <
typename UpdateTimeT = Aws::Utils::DateTime>
137 m_updateTimeHasBeenSet =
true;
138 m_updateTime = std::forward<UpdateTimeT>(value);
140 template <
typename UpdateTimeT = Aws::Utils::DateTime>
155 template <
typename KmsKeyIdT = Aws::String>
157 m_kmsKeyIdHasBeenSet =
true;
158 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
160 template <
typename KmsKeyIdT = Aws::String>
173 m_positionFilteringHasBeenSet =
true;
174 m_positionFiltering = value;
190 m_eventBridgeEnabledHasBeenSet =
true;
191 m_eventBridgeEnabled = value;
216 m_kmsKeyEnableGeospatialQueriesHasBeenSet =
true;
217 m_kmsKeyEnableGeospatialQueries = value;
228 template <
typename RequestIdT = Aws::String>
230 m_requestIdHasBeenSet =
true;
231 m_requestId = std::forward<RequestIdT>(value);
233 template <
typename RequestIdT = Aws::String>
256 bool m_eventBridgeEnabled{
false};
258 bool m_kmsKeyEnableGeospatialQueries{
false};
261 bool m_trackerNameHasBeenSet =
false;
262 bool m_trackerArnHasBeenSet =
false;
263 bool m_descriptionHasBeenSet =
false;
264 bool m_tagsHasBeenSet =
false;
265 bool m_createTimeHasBeenSet =
false;
266 bool m_updateTimeHasBeenSet =
false;
267 bool m_kmsKeyIdHasBeenSet =
false;
268 bool m_positionFilteringHasBeenSet =
false;
269 bool m_eventBridgeEnabledHasBeenSet =
false;
270 bool m_kmsKeyEnableGeospatialQueriesHasBeenSet =
false;
271 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