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/Tool.h>
51 template<
typename ApplicationT = Aws::String>
52 void SetApplication(ApplicationT&& value) { m_applicationHasBeenSet =
true; m_application = std::forward<ApplicationT>(value); }
53 template<
typename ApplicationT = Aws::String>
63 template<
typename ApplicationVersionT = Aws::String>
64 void SetApplicationVersion(ApplicationVersionT&& value) { m_applicationVersionHasBeenSet =
true; m_applicationVersion = std::forward<ApplicationVersionT>(value); }
65 template<
typename ApplicationVersionT = Aws::String>
75 template<
typename LaunchConfigT = LaunchConfig>
76 void SetLaunchConfig(LaunchConfigT&& value) { m_launchConfigHasBeenSet =
true; m_launchConfig = std::forward<LaunchConfigT>(value); }
77 template<
typename LaunchConfigT = LaunchConfig>
87 template<
typename UploadConfigurationsT = Aws::Vector<UploadConfiguration>>
88 void SetUploadConfigurations(UploadConfigurationsT&& value) { m_uploadConfigurationsHasBeenSet =
true; m_uploadConfigurations = std::forward<UploadConfigurationsT>(value); }
89 template<
typename UploadConfigurationsT = Aws::Vector<UploadConfiguration>>
91 template<
typename UploadConfigurationsT = UploadConfiguration>
101 template<
typename ToolsT = Aws::Vector<Tool>>
102 void SetTools(ToolsT&& value) { m_toolsHasBeenSet =
true; m_tools = std::forward<ToolsT>(value); }
103 template<
typename ToolsT = Aws::Vector<Tool>>
105 template<
typename ToolsT = Tool>
111 bool m_applicationHasBeenSet =
false;
114 bool m_applicationVersionHasBeenSet =
false;
117 bool m_launchConfigHasBeenSet =
false;
120 bool m_uploadConfigurationsHasBeenSet =
false;
123 bool m_toolsHasBeenSet =
false;
const Aws::Vector< Tool > & GetTools() const
RobotApplicationConfig & AddTools(ToolsT &&value)
const Aws::Vector< UploadConfiguration > & GetUploadConfigurations() const
const LaunchConfig & GetLaunchConfig() const
const Aws::String & GetApplication() const
const Aws::String & GetApplicationVersion() const
void SetApplication(ApplicationT &&value)
void SetApplicationVersion(ApplicationVersionT &&value)
AWS_ROBOMAKER_API RobotApplicationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
RobotApplicationConfig & WithUploadConfigurations(UploadConfigurationsT &&value)
RobotApplicationConfig & WithApplication(ApplicationT &&value)
AWS_ROBOMAKER_API RobotApplicationConfig()=default
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
RobotApplicationConfig & WithLaunchConfig(LaunchConfigT &&value)
RobotApplicationConfig & AddUploadConfigurations(UploadConfigurationsT &&value)
void SetLaunchConfig(LaunchConfigT &&value)
bool ApplicationHasBeenSet() const
AWS_ROBOMAKER_API RobotApplicationConfig(Aws::Utils::Json::JsonView jsonValue)
void SetTools(ToolsT &&value)
RobotApplicationConfig & WithApplicationVersion(ApplicationVersionT &&value)
bool LaunchConfigHasBeenSet() const
bool UploadConfigurationsHasBeenSet() const
RobotApplicationConfig & WithTools(ToolsT &&value)
void SetUploadConfigurations(UploadConfigurationsT &&value)
bool ApplicationVersionHasBeenSet() const
bool ToolsHasBeenSet() 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