7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationServiceRequest.h>
10#include <aws/location/LocationService_EXPORTS.h>
15namespace LocationService {
42 template <
typename CalculatorNameT = Aws::String>
44 m_calculatorNameHasBeenSet =
true;
45 m_calculatorName = std::forward<CalculatorNameT>(value);
47 template <
typename CalculatorNameT = Aws::String>
85 template <
typename DataSourceT = Aws::String>
87 m_dataSourceHasBeenSet =
true;
88 m_dataSource = std::forward<DataSourceT>(value);
90 template <
typename DataSourceT = Aws::String>
103 template <
typename DescriptionT = Aws::String>
105 m_descriptionHasBeenSet =
true;
106 m_description = std::forward<DescriptionT>(value);
108 template <
typename DescriptionT = Aws::String>
131 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 m_tagsHasBeenSet =
true;
134 m_tags = std::forward<TagsT>(value);
136 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 SetTags(std::forward<TagsT>(value));
141 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
143 m_tagsHasBeenSet =
true;
144 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
156 bool m_calculatorNameHasBeenSet =
false;
157 bool m_dataSourceHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
159 bool m_tagsHasBeenSet =
false;
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
CreateRouteCalculatorRequest & WithTags(TagsT &&value)
bool CalculatorNameHasBeenSet() const
CreateRouteCalculatorRequest & WithDescription(DescriptionT &&value)
void SetDataSource(DataSourceT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDataSource() const
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetCalculatorName() const
CreateRouteCalculatorRequest & WithCalculatorName(CalculatorNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetCalculatorName(CalculatorNameT &&value)
AWS_LOCATIONSERVICE_API CreateRouteCalculatorRequest()=default
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
CreateRouteCalculatorRequest & WithDataSource(DataSourceT &&value)
const Aws::String & GetDescription() const
bool DataSourceHasBeenSet() const
CreateRouteCalculatorRequest & AddTags(TagsKeyT &&key, TagsValueT &&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