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>
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>
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>
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>
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>
99 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
100 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet =
true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
101 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
111 template<
typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
112 void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT&& value) { m_simulationSoftwareSuiteHasBeenSet =
true; m_simulationSoftwareSuite = std::forward<SimulationSoftwareSuiteT>(value); }
113 template<
typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
119 bool m_nameHasBeenSet =
false;
122 bool m_arnHasBeenSet =
false;
125 bool m_versionHasBeenSet =
false;
128 bool m_lastUpdatedAtHasBeenSet =
false;
130 RobotSoftwareSuite m_robotSoftwareSuite;
131 bool m_robotSoftwareSuiteHasBeenSet =
false;
133 SimulationSoftwareSuite m_simulationSoftwareSuite;
134 bool m_simulationSoftwareSuiteHasBeenSet =
false;
bool RobotSoftwareSuiteHasBeenSet() const
void SetVersion(VersionT &&value)
const RobotSoftwareSuite & GetRobotSoftwareSuite() const
SimulationApplicationSummary & WithArn(ArnT &&value)
const SimulationSoftwareSuite & GetSimulationSoftwareSuite() const
void SetArn(ArnT &&value)
const Aws::String & GetName() const
bool LastUpdatedAtHasBeenSet() const
void SetRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
bool SimulationSoftwareSuiteHasBeenSet() const
AWS_ROBOMAKER_API SimulationApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SimulationApplicationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetVersion() const
AWS_ROBOMAKER_API SimulationApplicationSummary()=default
void SetName(NameT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
const Aws::String & GetArn() const
SimulationApplicationSummary & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
SimulationApplicationSummary & WithSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
AWS_ROBOMAKER_API SimulationApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
bool NameHasBeenSet() const
SimulationApplicationSummary & WithVersion(VersionT &&value)
bool ArnHasBeenSet() const
SimulationApplicationSummary & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue