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>
15namespace LocationService
46 template<
typename CalculatorNameT = Aws::String>
47 void SetCalculatorName(CalculatorNameT&& value) { m_calculatorNameHasBeenSet =
true; m_calculatorName = std::forward<CalculatorNameT>(value); }
48 template<
typename CalculatorNameT = Aws::String>
83 template<
typename DataSourceT = Aws::String>
84 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
85 template<
typename DataSourceT = Aws::String>
95 template<
typename DescriptionT = Aws::String>
96 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
97 template<
typename DescriptionT = Aws::String>
117 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
119 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
121 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
123 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
129 bool m_calculatorNameHasBeenSet =
false;
132 bool m_dataSourceHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
138 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