7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/robomaker/RoboMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/robomaker/model/SimulationSoftwareSuite.h>
12#include <aws/robomaker/model/RobotSoftwareSuite.h>
13#include <aws/robomaker/model/RenderingEngine.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/robomaker/model/Environment.h>
16#include <aws/robomaker/model/SourceConfig.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename SourcesT = Aws::Vector<SourceConfig>>
61 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
62 template<
typename SourcesT = Aws::Vector<SourceConfig>>
64 template<
typename SourcesT = SourceConfig>
74 template<
typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
75 void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT&& value) { m_simulationSoftwareSuiteHasBeenSet =
true; m_simulationSoftwareSuite = std::forward<SimulationSoftwareSuiteT>(value); }
76 template<
typename SimulationSoftwareSuiteT = SimulationSoftwareSuite>
86 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
87 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet =
true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
88 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
98 template<
typename RenderingEngineT = RenderingEngine>
99 void SetRenderingEngine(RenderingEngineT&& value) { m_renderingEngineHasBeenSet =
true; m_renderingEngine = std::forward<RenderingEngineT>(value); }
100 template<
typename RenderingEngineT = RenderingEngine>
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
112 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
113 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
117 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
128 template<
typename EnvironmentT = Environment>
129 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
130 template<
typename EnvironmentT = Environment>
136 bool m_nameHasBeenSet =
false;
139 bool m_sourcesHasBeenSet =
false;
142 bool m_simulationSoftwareSuiteHasBeenSet =
false;
145 bool m_robotSoftwareSuiteHasBeenSet =
false;
148 bool m_renderingEngineHasBeenSet =
false;
151 bool m_tagsHasBeenSet =
false;
154 bool m_environmentHasBeenSet =
false;
void SetSources(SourcesT &&value)
bool NameHasBeenSet() const
const SimulationSoftwareSuite & GetSimulationSoftwareSuite() const
CreateSimulationApplicationRequest & WithTags(TagsT &&value)
CreateSimulationApplicationRequest & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool RenderingEngineHasBeenSet() const
CreateSimulationApplicationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Vector< SourceConfig > & GetSources() const
void SetSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
const RobotSoftwareSuite & GetRobotSoftwareSuite() const
void SetRenderingEngine(RenderingEngineT &&value)
CreateSimulationApplicationRequest & WithSources(SourcesT &&value)
const RenderingEngine & GetRenderingEngine() const
bool EnvironmentHasBeenSet() const
bool SourcesHasBeenSet() const
void SetRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
AWS_ROBOMAKER_API CreateSimulationApplicationRequest()=default
bool RobotSoftwareSuiteHasBeenSet() const
CreateSimulationApplicationRequest & AddSources(SourcesT &&value)
CreateSimulationApplicationRequest & WithSimulationSoftwareSuite(SimulationSoftwareSuiteT &&value)
CreateSimulationApplicationRequest & WithName(NameT &&value)
void SetTags(TagsT &&value)
CreateSimulationApplicationRequest & WithEnvironment(EnvironmentT &&value)
const Environment & GetEnvironment() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
AWS_ROBOMAKER_API Aws::String SerializePayload() const override
void SetEnvironment(EnvironmentT &&value)
CreateSimulationApplicationRequest & WithRenderingEngine(RenderingEngineT &&value)
bool SimulationSoftwareSuiteHasBeenSet() const
bool TagsHasBeenSet() const
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