AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SimulationApplicationSummary.h
1
6#pragma once
7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/robomaker/model/RobotSoftwareSuite.h>
11#include <aws/robomaker/model/SimulationSoftwareSuite.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace RoboMaker
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_ROBOMAKER_API SimulationApplicationSummary() = default;
41 AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetName() const { return m_name; }
49 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
50 template<typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
52 template<typename NameT = Aws::String>
53 SimulationApplicationSummary& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
55
57
60 inline const Aws::String& GetArn() const { return m_arn; }
61 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
62 template<typename ArnT = Aws::String>
63 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
64 template<typename ArnT = Aws::String>
65 SimulationApplicationSummary& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
67
69
72 inline const Aws::String& GetVersion() const { return m_version; }
73 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
74 template<typename VersionT = Aws::String>
75 void SetVersion(VersionT&& value) { m_versionHasBeenSet = true; m_version = std::forward<VersionT>(value); }
76 template<typename VersionT = Aws::String>
77 SimulationApplicationSummary& WithVersion(VersionT&& value) { SetVersion(std::forward<VersionT>(value)); return *this;}
79
81
85 inline const Aws::Utils::DateTime& GetLastUpdatedAt() const { return m_lastUpdatedAt; }
86 inline bool LastUpdatedAtHasBeenSet() const { return m_lastUpdatedAtHasBeenSet; }
87 template<typename LastUpdatedAtT = Aws::Utils::DateTime>
88 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet = true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
89 template<typename LastUpdatedAtT = Aws::Utils::DateTime>
90 SimulationApplicationSummary& WithLastUpdatedAt(LastUpdatedAtT&& value) { SetLastUpdatedAt(std::forward<LastUpdatedAtT>(value)); return *this;}
92
94
97 inline const RobotSoftwareSuite& GetRobotSoftwareSuite() const { return m_robotSoftwareSuite; }
98 inline bool RobotSoftwareSuiteHasBeenSet() const { return m_robotSoftwareSuiteHasBeenSet; }
99 template<typename RobotSoftwareSuiteT = RobotSoftwareSuite>
100 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet = true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
101 template<typename RobotSoftwareSuiteT = RobotSoftwareSuite>
102 SimulationApplicationSummary& WithRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { SetRobotSoftwareSuite(std::forward<RobotSoftwareSuiteT>(value)); return *this;}
104
106
109 inline const SimulationSoftwareSuite& GetSimulationSoftwareSuite() const { return m_simulationSoftwareSuite; }
110 inline bool SimulationSoftwareSuiteHasBeenSet() const { return m_simulationSoftwareSuiteHasBeenSet; }
111 template<typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
112 void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT&& value) { m_simulationSoftwareSuiteHasBeenSet = true; m_simulationSoftwareSuite = std::forward<SimulationSoftwareSuiteT>(value); }
113 template<typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
114 SimulationApplicationSummary& WithSimulationSoftwareSuite(SimulationSoftwareSuiteT&& value) { SetSimulationSoftwareSuite(std::forward<SimulationSoftwareSuiteT>(value)); return *this;}
116 private:
117
118 Aws::String m_name;
119 bool m_nameHasBeenSet = false;
120
121 Aws::String m_arn;
122 bool m_arnHasBeenSet = false;
123
124 Aws::String m_version;
125 bool m_versionHasBeenSet = false;
126
127 Aws::Utils::DateTime m_lastUpdatedAt{};
128 bool m_lastUpdatedAtHasBeenSet = false;
129
130 RobotSoftwareSuite m_robotSoftwareSuite;
131 bool m_robotSoftwareSuiteHasBeenSet = false;
132
133 SimulationSoftwareSuite m_simulationSoftwareSuite;
134 bool m_simulationSoftwareSuiteHasBeenSet = false;
135 };
136
137} // namespace Model
138} // namespace RoboMaker
139} // namespace Aws
SimulationApplicationSummary & WithArn(ArnT &&value)
const SimulationSoftwareSuite & GetSimulationSoftwareSuite() const
AWS_ROBOMAKER_API SimulationApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SimulationApplicationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_ROBOMAKER_API SimulationApplicationSummary()=default
void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
SimulationApplicationSummary & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
SimulationApplicationSummary & WithSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
AWS_ROBOMAKER_API SimulationApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
SimulationApplicationSummary & WithVersion(VersionT &&value)
SimulationApplicationSummary & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue