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/core/utils/memory/stl/AWSMap.h>
15#include <aws/robomaker/model/Environment.h>
16#include <aws/robomaker/model/Source.h>
21template<
typename RESULT_TYPE>
22class AmazonWebServiceResult;
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
70 template<
typename VersionT = Aws::String>
71 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
72 template<
typename VersionT = Aws::String>
81 template<
typename SourcesT = Aws::Vector<Source>>
82 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
83 template<
typename SourcesT = Aws::Vector<Source>>
85 template<
typename SourcesT = Source>
94 template<
typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
95 void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT&& value) { m_simulationSoftwareSuiteHasBeenSet =
true; m_simulationSoftwareSuite = std::forward<SimulationSoftwareSuiteT>(value); }
96 template<
typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
105 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
106 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet =
true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
107 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
116 template<
typename RenderingEngineT = RenderingEngine>
117 void SetRenderingEngine(RenderingEngineT&& value) { m_renderingEngineHasBeenSet =
true; m_renderingEngine = std::forward<RenderingEngineT>(value); }
118 template<
typename RenderingEngineT = RenderingEngine>
128 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
129 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
130 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
139 template<
typename RevisionIdT = Aws::String>
140 void SetRevisionId(RevisionIdT&& value) { m_revisionIdHasBeenSet =
true; m_revisionId = std::forward<RevisionIdT>(value); }
141 template<
typename RevisionIdT = Aws::String>
150 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
152 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
154 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
156 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
166 template<
typename EnvironmentT = Environment>
167 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
168 template<
typename EnvironmentT = Environment>
175 template<
typename RequestIdT = Aws::String>
176 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
177 template<
typename RequestIdT = Aws::String>
183 bool m_arnHasBeenSet =
false;
186 bool m_nameHasBeenSet =
false;
189 bool m_versionHasBeenSet =
false;
192 bool m_sourcesHasBeenSet =
false;
195 bool m_simulationSoftwareSuiteHasBeenSet =
false;
198 bool m_robotSoftwareSuiteHasBeenSet =
false;
201 bool m_renderingEngineHasBeenSet =
false;
204 bool m_lastUpdatedAtHasBeenSet =
false;
207 bool m_revisionIdHasBeenSet =
false;
210 bool m_tagsHasBeenSet =
false;
212 Environment m_environment;
213 bool m_environmentHasBeenSet =
false;
216 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Source > & GetSources() const
AWS_ROBOMAKER_API CreateSimulationApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEnvironment(EnvironmentT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetRevisionId() const
CreateSimulationApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_ROBOMAKER_API CreateSimulationApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateSimulationApplicationResult & WithVersion(VersionT &&value)
void SetName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetRenderingEngine(RenderingEngineT &&value)
void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
void SetRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
CreateSimulationApplicationResult & AddSources(SourcesT &&value)
const RenderingEngine & GetRenderingEngine() const
AWS_ROBOMAKER_API CreateSimulationApplicationResult()=default
void SetRevisionId(RevisionIdT &&value)
CreateSimulationApplicationResult & WithRenderingEngine(RenderingEngineT &&value)
CreateSimulationApplicationResult & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
const Aws::String & GetArn() const
CreateSimulationApplicationResult & WithSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
CreateSimulationApplicationResult & WithSources(SourcesT &&value)
CreateSimulationApplicationResult & WithName(NameT &&value)
CreateSimulationApplicationResult & WithTags(TagsT &&value)
void SetSources(SourcesT &&value)
const RobotSoftwareSuite & GetRobotSoftwareSuite() const
const Aws::String & GetRequestId() const
void SetVersion(VersionT &&value)
void SetArn(ArnT &&value)
const SimulationSoftwareSuite & GetSimulationSoftwareSuite() const
CreateSimulationApplicationResult & WithEnvironment(EnvironmentT &&value)
const Environment & GetEnvironment() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetName() const
const Aws::String & GetVersion() const
CreateSimulationApplicationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateSimulationApplicationResult & WithArn(ArnT &&value)
CreateSimulationApplicationResult & WithRequestId(RequestIdT &&value)
CreateSimulationApplicationResult & WithRevisionId(RevisionIdT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue