7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename PackageNameT = Aws::String>
49 void SetPackageName(PackageNameT&& value) { m_packageNameHasBeenSet =
true; m_packageName = std::forward<PackageNameT>(value); }
50 template<
typename PackageNameT = Aws::String>
61 template<
typename PreLaunchFileT = Aws::String>
62 void SetPreLaunchFile(PreLaunchFileT&& value) { m_preLaunchFileHasBeenSet =
true; m_preLaunchFile = std::forward<PreLaunchFileT>(value); }
63 template<
typename PreLaunchFileT = Aws::String>
73 template<
typename LaunchFileT = Aws::String>
74 void SetLaunchFile(LaunchFileT&& value) { m_launchFileHasBeenSet =
true; m_launchFile = std::forward<LaunchFileT>(value); }
75 template<
typename LaunchFileT = Aws::String>
86 template<
typename PostLaunchFileT = Aws::String>
87 void SetPostLaunchFile(PostLaunchFileT&& value) { m_postLaunchFileHasBeenSet =
true; m_postLaunchFile = std::forward<PostLaunchFileT>(value); }
88 template<
typename PostLaunchFileT = Aws::String>
99 template<
typename EnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
100 void SetEnvironmentVariables(EnvironmentVariablesT&& value) { m_environmentVariablesHasBeenSet =
true; m_environmentVariables = std::forward<EnvironmentVariablesT>(value); }
101 template<
typename EnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
103 template<
typename EnvironmentVariablesKeyT = Aws::String,
typename EnvironmentVariablesValueT = Aws::String>
105 m_environmentVariablesHasBeenSet =
true; m_environmentVariables.emplace(std::forward<EnvironmentVariablesKeyT>(key), std::forward<EnvironmentVariablesValueT>(value));
return *
this;
111 bool m_packageNameHasBeenSet =
false;
114 bool m_preLaunchFileHasBeenSet =
false;
117 bool m_launchFileHasBeenSet =
false;
120 bool m_postLaunchFileHasBeenSet =
false;
123 bool m_environmentVariablesHasBeenSet =
false;
DeploymentLaunchConfig & WithPackageName(PackageNameT &&value)
const Aws::String & GetPackageName() const
void SetPreLaunchFile(PreLaunchFileT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEnvironmentVariables() const
void SetEnvironmentVariables(EnvironmentVariablesT &&value)
bool PostLaunchFileHasBeenSet() const
DeploymentLaunchConfig & AddEnvironmentVariables(EnvironmentVariablesKeyT &&key, EnvironmentVariablesValueT &&value)
AWS_ROBOMAKER_API DeploymentLaunchConfig()=default
AWS_ROBOMAKER_API DeploymentLaunchConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ROBOMAKER_API DeploymentLaunchConfig(Aws::Utils::Json::JsonView jsonValue)
void SetLaunchFile(LaunchFileT &&value)
const Aws::String & GetPostLaunchFile() const
DeploymentLaunchConfig & WithPostLaunchFile(PostLaunchFileT &&value)
bool PreLaunchFileHasBeenSet() const
DeploymentLaunchConfig & WithLaunchFile(LaunchFileT &&value)
void SetPostLaunchFile(PostLaunchFileT &&value)
DeploymentLaunchConfig & WithPreLaunchFile(PreLaunchFileT &&value)
bool EnvironmentVariablesHasBeenSet() const
const Aws::String & GetLaunchFile() const
DeploymentLaunchConfig & WithEnvironmentVariables(EnvironmentVariablesT &&value)
bool PackageNameHasBeenSet() const
void SetPackageName(PackageNameT &&value)
const Aws::String & GetPreLaunchFile() const
bool LaunchFileHasBeenSet() 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
Aws::Utils::Json::JsonValue JsonValue