/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Options that apply when the app starts. These options override default
* behavior.See Also:
AWS
* API Reference
App launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline const Aws::VectorApp launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline bool LaunchCommandsHasBeenSet() const { return m_launchCommandsHasBeenSet; } /** *App launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline void SetLaunchCommands(const Aws::VectorApp launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline void SetLaunchCommands(Aws::VectorApp launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline LaunchOverrides& WithLaunchCommands(const Aws::VectorApp launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline LaunchOverrides& WithLaunchCommands(Aws::VectorApp launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline LaunchOverrides& AddLaunchCommands(const Aws::String& value) { m_launchCommandsHasBeenSet = true; m_launchCommands.push_back(value); return *this; } /** *App launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline LaunchOverrides& AddLaunchCommands(Aws::String&& value) { m_launchCommandsHasBeenSet = true; m_launchCommands.push_back(std::move(value)); return *this; } /** *App launch commands and command line parameters that override the launch * command configured in the simulation schema.
*/ inline LaunchOverrides& AddLaunchCommands(const char* value) { m_launchCommandsHasBeenSet = true; m_launchCommands.push_back(value); return *this; } private: Aws::Vector