AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RouteMatrixBoundary.h
1
6#pragma once
7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteMatrixBoundaryGeometry.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace GeoRoutes
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_GEOROUTES_API RouteMatrixBoundary();
37 AWS_GEOROUTES_API RouteMatrixBoundary(Aws::Utils::Json::JsonView jsonValue);
39 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const RouteMatrixBoundaryGeometry& GetGeometry() const{ return m_geometry; }
47 inline bool GeometryHasBeenSet() const { return m_geometryHasBeenSet; }
48 inline void SetGeometry(const RouteMatrixBoundaryGeometry& value) { m_geometryHasBeenSet = true; m_geometry = value; }
49 inline void SetGeometry(RouteMatrixBoundaryGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std::move(value); }
50 inline RouteMatrixBoundary& WithGeometry(const RouteMatrixBoundaryGeometry& value) { SetGeometry(value); return *this;}
51 inline RouteMatrixBoundary& WithGeometry(RouteMatrixBoundaryGeometry&& value) { SetGeometry(std::move(value)); return *this;}
53
55
59 inline bool GetUnbounded() const{ return m_unbounded; }
60 inline bool UnboundedHasBeenSet() const { return m_unboundedHasBeenSet; }
61 inline void SetUnbounded(bool value) { m_unboundedHasBeenSet = true; m_unbounded = value; }
62 inline RouteMatrixBoundary& WithUnbounded(bool value) { SetUnbounded(value); return *this;}
64 private:
65
67 bool m_geometryHasBeenSet = false;
68
69 bool m_unbounded;
70 bool m_unboundedHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace GeoRoutes
75} // namespace Aws
void SetGeometry(const RouteMatrixBoundaryGeometry &value)
const RouteMatrixBoundaryGeometry & GetGeometry() const
AWS_GEOROUTES_API RouteMatrixBoundary(Aws::Utils::Json::JsonView jsonValue)
RouteMatrixBoundary & WithGeometry(RouteMatrixBoundaryGeometry &&value)
RouteMatrixBoundary & WithUnbounded(bool value)
void SetGeometry(RouteMatrixBoundaryGeometry &&value)
RouteMatrixBoundary & WithGeometry(const RouteMatrixBoundaryGeometry &value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteMatrixBoundary & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue