7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/DeploymentLaunchConfig.h>
48 template<
typename ApplicationT = Aws::String>
49 void SetApplication(ApplicationT&& value) { m_applicationHasBeenSet =
true; m_application = std::forward<ApplicationT>(value); }
50 template<
typename ApplicationT = Aws::String>
60 template<
typename ApplicationVersionT = Aws::String>
61 void SetApplicationVersion(ApplicationVersionT&& value) { m_applicationVersionHasBeenSet =
true; m_applicationVersion = std::forward<ApplicationVersionT>(value); }
62 template<
typename ApplicationVersionT = Aws::String>
72 template<
typename LaunchConfigT = DeploymentLaunchConfig>
73 void SetLaunchConfig(LaunchConfigT&& value) { m_launchConfigHasBeenSet =
true; m_launchConfig = std::forward<LaunchConfigT>(value); }
74 template<
typename LaunchConfigT = DeploymentLaunchConfig>
80 bool m_applicationHasBeenSet =
false;
83 bool m_applicationVersionHasBeenSet =
false;
86 bool m_launchConfigHasBeenSet =
false;
void SetApplicationVersion(ApplicationVersionT &&value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetApplication(ApplicationT &&value)
bool ApplicationVersionHasBeenSet() const
bool LaunchConfigHasBeenSet() const
AWS_ROBOMAKER_API DeploymentApplicationConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetApplication() const
AWS_ROBOMAKER_API DeploymentApplicationConfig()=default
const DeploymentLaunchConfig & GetLaunchConfig() const
const Aws::String & GetApplicationVersion() const
DeploymentApplicationConfig & WithApplicationVersion(ApplicationVersionT &&value)
AWS_ROBOMAKER_API DeploymentApplicationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
DeploymentApplicationConfig & WithApplication(ApplicationT &&value)
DeploymentApplicationConfig & WithLaunchConfig(LaunchConfigT &&value)
void SetLaunchConfig(LaunchConfigT &&value)
bool ApplicationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue