7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace SimSpaceWeaver
49 template<
typename LaunchCommandsT = Aws::Vector<Aws::String>>
50 void SetLaunchCommands(LaunchCommandsT&& value) { m_launchCommandsHasBeenSet =
true; m_launchCommands = std::forward<LaunchCommandsT>(value); }
51 template<
typename LaunchCommandsT = Aws::Vector<Aws::String>>
53 template<
typename LaunchCommandsT = Aws::String>
54 LaunchOverrides&
AddLaunchCommands(LaunchCommandsT&& value) { m_launchCommandsHasBeenSet =
true; m_launchCommands.emplace_back(std::forward<LaunchCommandsT>(value));
return *
this; }
59 bool m_launchCommandsHasBeenSet =
false;
AWS_SIMSPACEWEAVER_API LaunchOverrides & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
LaunchOverrides & WithLaunchCommands(LaunchCommandsT &&value)
LaunchOverrides & AddLaunchCommands(LaunchCommandsT &&value)
const Aws::Vector< Aws::String > & GetLaunchCommands() const
AWS_SIMSPACEWEAVER_API LaunchOverrides(Aws::Utils::Json::JsonView jsonValue)
void SetLaunchCommands(LaunchCommandsT &&value)
AWS_SIMSPACEWEAVER_API LaunchOverrides()=default
bool LaunchCommandsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue