AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
RouteMatrixSideOfStreetOptions.h
1
6#pragma once
7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/model/SideOfStreetMatchingStrategy.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace GeoRoutes
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GEOROUTES_API RouteMatrixSideOfStreetOptions() = default;
39 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Vector<double>& GetPosition() const { return m_position; }
47 inline bool PositionHasBeenSet() const { return m_positionHasBeenSet; }
48 template<typename PositionT = Aws::Vector<double>>
49 void SetPosition(PositionT&& value) { m_positionHasBeenSet = true; m_position = std::forward<PositionT>(value); }
50 template<typename PositionT = Aws::Vector<double>>
51 RouteMatrixSideOfStreetOptions& WithPosition(PositionT&& value) { SetPosition(std::forward<PositionT>(value)); return *this;}
52 inline RouteMatrixSideOfStreetOptions& AddPosition(double value) { m_positionHasBeenSet = true; m_position.push_back(value); return *this; }
54
56
61 inline SideOfStreetMatchingStrategy GetUseWith() const { return m_useWith; }
62 inline bool UseWithHasBeenSet() const { return m_useWithHasBeenSet; }
63 inline void SetUseWith(SideOfStreetMatchingStrategy value) { m_useWithHasBeenSet = true; m_useWith = value; }
66 private:
67
68 Aws::Vector<double> m_position;
69 bool m_positionHasBeenSet = false;
70
72 bool m_useWithHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace GeoRoutes
77} // namespace Aws
AWS_GEOROUTES_API RouteMatrixSideOfStreetOptions()=default
AWS_GEOROUTES_API RouteMatrixSideOfStreetOptions(Aws::Utils::Json::JsonView jsonValue)
RouteMatrixSideOfStreetOptions & WithUseWith(SideOfStreetMatchingStrategy value)
RouteMatrixSideOfStreetOptions & WithPosition(PositionT &&value)
AWS_GEOROUTES_API RouteMatrixSideOfStreetOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteMatrixSideOfStreetOptions & AddPosition(double value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue