7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/location/model/PositionFiltering.h>
16namespace LocationService
47 template<
typename TrackerNameT = Aws::String>
48 void SetTrackerName(TrackerNameT&& value) { m_trackerNameHasBeenSet =
true; m_trackerName = std::forward<TrackerNameT>(value); }
49 template<
typename TrackerNameT = Aws::String>
62 template<
typename KmsKeyIdT = Aws::String>
63 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
64 template<
typename KmsKeyIdT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
94 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
95 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
96 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
98 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
100 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
142 inline void SetEventBridgeEnabled(
bool value) { m_eventBridgeEnabledHasBeenSet =
true; m_eventBridgeEnabled = value; }
169 bool m_trackerNameHasBeenSet =
false;
172 bool m_kmsKeyIdHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
178 bool m_tagsHasBeenSet =
false;
181 bool m_positionFilteringHasBeenSet =
false;
183 bool m_eventBridgeEnabled{
false};
184 bool m_eventBridgeEnabledHasBeenSet =
false;
186 bool m_kmsKeyEnableGeospatialQueries{
false};
187 bool m_kmsKeyEnableGeospatialQueriesHasBeenSet =
false;
void SetKmsKeyId(KmsKeyIdT &&value)
bool TagsHasBeenSet() const
void SetPositionFiltering(PositionFiltering value)
PositionFiltering GetPositionFiltering() const
virtual const char * GetServiceRequestName() const override
CreateTrackerRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool EventBridgeEnabledHasBeenSet() const
CreateTrackerRequest & WithPositionFiltering(PositionFiltering value)
CreateTrackerRequest & WithTags(TagsT &&value)
CreateTrackerRequest & WithDescription(DescriptionT &&value)
CreateTrackerRequest & WithTrackerName(TrackerNameT &&value)
const Aws::String & GetDescription() const
CreateTrackerRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetEventBridgeEnabled(bool value)
const Aws::String & GetKmsKeyId() const
bool TrackerNameHasBeenSet() const
bool PositionFilteringHasBeenSet() const
void SetKmsKeyEnableGeospatialQueries(bool value)
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetTrackerName() const
AWS_LOCATIONSERVICE_API CreateTrackerRequest()=default
bool GetEventBridgeEnabled() const
CreateTrackerRequest & WithEventBridgeEnabled(bool value)
bool KmsKeyIdHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
bool KmsKeyEnableGeospatialQueriesHasBeenSet() const
bool GetKmsKeyEnableGeospatialQueries() const
void SetTrackerName(TrackerNameT &&value)
CreateTrackerRequest & WithKmsKeyEnableGeospatialQueries(bool 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