7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/location/LocationService_EXPORTS.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LocationService {
37 template <
typename CalculatorNameT = Aws::String>
39 m_calculatorNameHasBeenSet =
true;
40 m_calculatorName = std::forward<CalculatorNameT>(value);
42 template <
typename CalculatorNameT = Aws::String>
58 template <
typename CalculatorArnT = Aws::String>
60 m_calculatorArnHasBeenSet =
true;
61 m_calculatorArn = std::forward<CalculatorArnT>(value);
63 template <
typename CalculatorArnT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
95 template <
typename CreateTimeT = Aws::Utils::DateTime>
97 m_createTimeHasBeenSet =
true;
98 m_createTime = std::forward<CreateTimeT>(value);
100 template <
typename CreateTimeT = Aws::Utils::DateTime>
115 template <
typename UpdateTimeT = Aws::Utils::DateTime>
117 m_updateTimeHasBeenSet =
true;
118 m_updateTime = std::forward<UpdateTimeT>(value);
120 template <
typename UpdateTimeT = Aws::Utils::DateTime>
137 template <
typename DataSourceT = Aws::String>
139 m_dataSourceHasBeenSet =
true;
140 m_dataSource = std::forward<DataSourceT>(value);
142 template <
typename DataSourceT = Aws::String>
154 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
156 m_tagsHasBeenSet =
true;
157 m_tags = std::forward<TagsT>(value);
159 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
161 SetTags(std::forward<TagsT>(value));
164 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
166 m_tagsHasBeenSet =
true;
167 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
175 template <
typename RequestIdT = Aws::String>
177 m_requestIdHasBeenSet =
true;
178 m_requestId = std::forward<RequestIdT>(value);
180 template <
typename RequestIdT = Aws::String>
205 bool m_calculatorNameHasBeenSet =
false;
206 bool m_calculatorArnHasBeenSet =
false;
207 bool m_descriptionHasBeenSet =
false;
208 bool m_createTimeHasBeenSet =
false;
209 bool m_updateTimeHasBeenSet =
false;
210 bool m_dataSourceHasBeenSet =
false;
211 bool m_tagsHasBeenSet =
false;
212 bool m_requestIdHasBeenSet =
false;
void SetDataSource(DataSourceT &&value)
DescribeRouteCalculatorResult & WithCalculatorArn(CalculatorArnT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetCalculatorName() const
const Aws::String & GetCalculatorArn() const
void SetDescription(DescriptionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeRouteCalculatorResult & WithDescription(DescriptionT &&value)
DescribeRouteCalculatorResult & WithDataSource(DataSourceT &&value)
AWS_LOCATIONSERVICE_API DescribeRouteCalculatorResult()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetCalculatorArn(CalculatorArnT &&value)
DescribeRouteCalculatorResult & WithTags(TagsT &&value)
void SetUpdateTime(UpdateTimeT &&value)
AWS_LOCATIONSERVICE_API DescribeRouteCalculatorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
AWS_LOCATIONSERVICE_API DescribeRouteCalculatorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
DescribeRouteCalculatorResult & WithRequestId(RequestIdT &&value)
DescribeRouteCalculatorResult & WithUpdateTime(UpdateTimeT &&value)
const Aws::String & GetRequestId() const
void SetCreateTime(CreateTimeT &&value)
void SetCalculatorName(CalculatorNameT &&value)
const Aws::String & GetDataSource() const
DescribeRouteCalculatorResult & WithCreateTime(CreateTimeT &&value)
DescribeRouteCalculatorResult & WithCalculatorName(CalculatorNameT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
DescribeRouteCalculatorResult & 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
Aws::Utils::Json::JsonValue JsonValue