7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/robomaker/model/SimulationSoftwareSuite.h>
11#include <aws/robomaker/model/RobotSoftwareSuite.h>
12#include <aws/robomaker/model/RenderingEngine.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/robomaker/model/Environment.h>
15#include <aws/robomaker/model/Source.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
69 template<
typename VersionT = Aws::String>
70 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
71 template<
typename VersionT = Aws::String>
80 template<
typename SourcesT = Aws::Vector<Source>>
81 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
82 template<
typename SourcesT = Aws::Vector<Source>>
84 template<
typename SourcesT = Source>
93 template<
typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
94 void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT&& value) { m_simulationSoftwareSuiteHasBeenSet =
true; m_simulationSoftwareSuite = std::forward<SimulationSoftwareSuiteT>(value); }
95 template<
typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
104 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
105 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet =
true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
106 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
115 template<
typename RenderingEngineT = RenderingEngine>
116 void SetRenderingEngine(RenderingEngineT&& value) { m_renderingEngineHasBeenSet =
true; m_renderingEngine = std::forward<RenderingEngineT>(value); }
117 template<
typename RenderingEngineT = RenderingEngine>
127 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
128 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
129 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
138 template<
typename RevisionIdT = Aws::String>
139 void SetRevisionId(RevisionIdT&& value) { m_revisionIdHasBeenSet =
true; m_revisionId = std::forward<RevisionIdT>(value); }
140 template<
typename RevisionIdT = Aws::String>
150 template<
typename EnvironmentT = Environment>
151 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
152 template<
typename EnvironmentT = Environment>
159 template<
typename RequestIdT = Aws::String>
160 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
161 template<
typename RequestIdT = Aws::String>
167 bool m_arnHasBeenSet =
false;
170 bool m_nameHasBeenSet =
false;
173 bool m_versionHasBeenSet =
false;
176 bool m_sourcesHasBeenSet =
false;
179 bool m_simulationSoftwareSuiteHasBeenSet =
false;
182 bool m_robotSoftwareSuiteHasBeenSet =
false;
185 bool m_renderingEngineHasBeenSet =
false;
188 bool m_lastUpdatedAtHasBeenSet =
false;
191 bool m_revisionIdHasBeenSet =
false;
193 Environment m_environment;
194 bool m_environmentHasBeenSet =
false;
197 bool m_requestIdHasBeenSet =
false;
void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
AWS_ROBOMAKER_API UpdateSimulationApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
UpdateSimulationApplicationResult & WithEnvironment(EnvironmentT &&value)
const Environment & GetEnvironment() const
void SetEnvironment(EnvironmentT &&value)
const Aws::String & GetVersion() const
UpdateSimulationApplicationResult & WithSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
void SetName(NameT &&value)
UpdateSimulationApplicationResult & WithVersion(VersionT &&value)
AWS_ROBOMAKER_API UpdateSimulationApplicationResult()=default
UpdateSimulationApplicationResult & WithArn(ArnT &&value)
const RenderingEngine & GetRenderingEngine() const
UpdateSimulationApplicationResult & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
UpdateSimulationApplicationResult & AddSources(SourcesT &&value)
const Aws::String & GetRequestId() const
AWS_ROBOMAKER_API UpdateSimulationApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Source > & GetSources() const
const Aws::String & GetArn() const
const Aws::String & GetRevisionId() const
const SimulationSoftwareSuite & GetSimulationSoftwareSuite() const
const Aws::String & GetName() const
void SetRenderingEngine(RenderingEngineT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
UpdateSimulationApplicationResult & WithName(NameT &&value)
UpdateSimulationApplicationResult & WithSources(SourcesT &&value)
const RobotSoftwareSuite & GetRobotSoftwareSuite() const
void SetArn(ArnT &&value)
void SetVersion(VersionT &&value)
void SetSources(SourcesT &&value)
void SetRevisionId(RevisionIdT &&value)
UpdateSimulationApplicationResult & WithRenderingEngine(RenderingEngineT &&value)
UpdateSimulationApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
UpdateSimulationApplicationResult & WithRequestId(RequestIdT &&value)
UpdateSimulationApplicationResult & WithRevisionId(RevisionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue