AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RouteFerryTravelOnlySummary.h
1
6#pragma once
7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GeoRoutes
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_GEOROUTES_API RouteFerryTravelOnlySummary();
37 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline long long GetDuration() const{ return m_duration; }
47 inline bool DurationHasBeenSet() const { return m_durationHasBeenSet; }
48 inline void SetDuration(long long value) { m_durationHasBeenSet = true; m_duration = value; }
49 inline RouteFerryTravelOnlySummary& WithDuration(long long value) { SetDuration(value); return *this;}
51 private:
52
53 long long m_duration;
54 bool m_durationHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace GeoRoutes
59} // namespace Aws
AWS_GEOROUTES_API RouteFerryTravelOnlySummary(Aws::Utils::Json::JsonView jsonValue)
RouteFerryTravelOnlySummary & WithDuration(long long value)
AWS_GEOROUTES_API RouteFerryTravelOnlySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue