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/location/model/PositionFiltering.h>
15namespace LocationService
42 template<
typename TrackerNameT = Aws::String>
43 void SetTrackerName(TrackerNameT&& value) { m_trackerNameHasBeenSet =
true; m_trackerName = std::forward<TrackerNameT>(value); }
44 template<
typename TrackerNameT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
97 inline void SetEventBridgeEnabled(
bool value) { m_eventBridgeEnabledHasBeenSet =
true; m_eventBridgeEnabled = value; }
116 bool m_trackerNameHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 bool m_positionFilteringHasBeenSet =
false;
124 bool m_eventBridgeEnabled{
false};
125 bool m_eventBridgeEnabledHasBeenSet =
false;
127 bool m_kmsKeyEnableGeospatialQueries{
false};
128 bool m_kmsKeyEnableGeospatialQueriesHasBeenSet =
false;
bool EventBridgeEnabledHasBeenSet() const
void SetKmsKeyEnableGeospatialQueries(bool value)
bool KmsKeyEnableGeospatialQueriesHasBeenSet() const
UpdateTrackerRequest & WithTrackerName(TrackerNameT &&value)
void SetEventBridgeEnabled(bool value)
bool DescriptionHasBeenSet() const
bool TrackerNameHasBeenSet() const
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
const Aws::String & GetTrackerName() const
UpdateTrackerRequest & WithKmsKeyEnableGeospatialQueries(bool value)
PositionFiltering GetPositionFiltering() const
UpdateTrackerRequest & WithPositionFiltering(PositionFiltering value)
void SetPositionFiltering(PositionFiltering value)
bool PositionFilteringHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool GetEventBridgeEnabled() const
UpdateTrackerRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
void SetTrackerName(TrackerNameT &&value)
AWS_LOCATIONSERVICE_API UpdateTrackerRequest()=default
bool GetKmsKeyEnableGeospatialQueries() const
UpdateTrackerRequest & WithEventBridgeEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String