7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
20namespace SimSpaceWeaver {
43 template <
typename LaunchCommandsT = Aws::Vector<Aws::String>>
45 m_launchCommandsHasBeenSet =
true;
46 m_launchCommands = std::forward<LaunchCommandsT>(value);
48 template <
typename LaunchCommandsT = Aws::Vector<Aws::String>>
53 template <
typename LaunchCommandsT = Aws::String>
55 m_launchCommandsHasBeenSet =
true;
56 m_launchCommands.emplace_back(std::forward<LaunchCommandsT>(value));
62 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