7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/LaunchConfig.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/robomaker/model/UploadConfiguration.h>
12#include <aws/robomaker/model/WorldConfig.h>
13#include <aws/robomaker/model/Tool.h>
52 template<
typename ApplicationT = Aws::String>
53 void SetApplication(ApplicationT&& value) { m_applicationHasBeenSet =
true; m_application = std::forward<ApplicationT>(value); }
54 template<
typename ApplicationT = Aws::String>
64 template<
typename ApplicationVersionT = Aws::String>
65 void SetApplicationVersion(ApplicationVersionT&& value) { m_applicationVersionHasBeenSet =
true; m_applicationVersion = std::forward<ApplicationVersionT>(value); }
66 template<
typename ApplicationVersionT = Aws::String>
76 template<
typename LaunchConfigT = LaunchConfig>
77 void SetLaunchConfig(LaunchConfigT&& value) { m_launchConfigHasBeenSet =
true; m_launchConfig = std::forward<LaunchConfigT>(value); }
78 template<
typename LaunchConfigT = LaunchConfig>
88 template<
typename UploadConfigurationsT = Aws::Vector<UploadConfiguration>>
89 void SetUploadConfigurations(UploadConfigurationsT&& value) { m_uploadConfigurationsHasBeenSet =
true; m_uploadConfigurations = std::forward<UploadConfigurationsT>(value); }
90 template<
typename UploadConfigurationsT = Aws::Vector<UploadConfiguration>>
92 template<
typename UploadConfigurationsT = UploadConfiguration>
103 template<
typename WorldConfigsT = Aws::Vector<WorldConfig>>
104 void SetWorldConfigs(WorldConfigsT&& value) { m_worldConfigsHasBeenSet =
true; m_worldConfigs = std::forward<WorldConfigsT>(value); }
105 template<
typename WorldConfigsT = Aws::Vector<WorldConfig>>
107 template<
typename WorldConfigsT = WorldConfig>
117 template<
typename ToolsT = Aws::Vector<Tool>>
118 void SetTools(ToolsT&& value) { m_toolsHasBeenSet =
true; m_tools = std::forward<ToolsT>(value); }
119 template<
typename ToolsT = Aws::Vector<Tool>>
121 template<
typename ToolsT = Tool>
127 bool m_applicationHasBeenSet =
false;
130 bool m_applicationVersionHasBeenSet =
false;
133 bool m_launchConfigHasBeenSet =
false;
136 bool m_uploadConfigurationsHasBeenSet =
false;
139 bool m_worldConfigsHasBeenSet =
false;
142 bool m_toolsHasBeenSet =
false;
void SetApplicationVersion(ApplicationVersionT &&value)
const LaunchConfig & GetLaunchConfig() const
const Aws::Vector< Tool > & GetTools() const
SimulationApplicationConfig & AddUploadConfigurations(UploadConfigurationsT &&value)
AWS_ROBOMAKER_API SimulationApplicationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ToolsHasBeenSet() const
SimulationApplicationConfig & WithWorldConfigs(WorldConfigsT &&value)
bool ApplicationVersionHasBeenSet() const
bool UploadConfigurationsHasBeenSet() const
SimulationApplicationConfig & WithTools(ToolsT &&value)
const Aws::String & GetApplicationVersion() const
void SetUploadConfigurations(UploadConfigurationsT &&value)
SimulationApplicationConfig & WithApplicationVersion(ApplicationVersionT &&value)
SimulationApplicationConfig & AddWorldConfigs(WorldConfigsT &&value)
SimulationApplicationConfig & WithApplication(ApplicationT &&value)
void SetLaunchConfig(LaunchConfigT &&value)
SimulationApplicationConfig & AddTools(ToolsT &&value)
void SetTools(ToolsT &&value)
const Aws::Vector< UploadConfiguration > & GetUploadConfigurations() const
const Aws::Vector< WorldConfig > & GetWorldConfigs() const
void SetWorldConfigs(WorldConfigsT &&value)
SimulationApplicationConfig & WithLaunchConfig(LaunchConfigT &&value)
bool WorldConfigsHasBeenSet() const
void SetApplication(ApplicationT &&value)
const Aws::String & GetApplication() const
SimulationApplicationConfig & WithUploadConfigurations(UploadConfigurationsT &&value)
AWS_ROBOMAKER_API SimulationApplicationConfig()=default
AWS_ROBOMAKER_API SimulationApplicationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ApplicationHasBeenSet() const
bool LaunchConfigHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue