AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LaunchOverrides.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SimSpaceWeaver
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SIMSPACEWEAVER_API LaunchOverrides();
37 AWS_SIMSPACEWEAVER_API LaunchOverrides(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SIMSPACEWEAVER_API LaunchOverrides& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::Vector<Aws::String>& GetLaunchCommands() const{ return m_launchCommands; }
48 inline bool LaunchCommandsHasBeenSet() const { return m_launchCommandsHasBeenSet; }
49 inline void SetLaunchCommands(const Aws::Vector<Aws::String>& value) { m_launchCommandsHasBeenSet = true; m_launchCommands = value; }
50 inline void SetLaunchCommands(Aws::Vector<Aws::String>&& value) { m_launchCommandsHasBeenSet = true; m_launchCommands = std::move(value); }
52 inline LaunchOverrides& WithLaunchCommands(Aws::Vector<Aws::String>&& value) { SetLaunchCommands(std::move(value)); return *this;}
53 inline LaunchOverrides& AddLaunchCommands(const Aws::String& value) { m_launchCommandsHasBeenSet = true; m_launchCommands.push_back(value); return *this; }
54 inline LaunchOverrides& AddLaunchCommands(Aws::String&& value) { m_launchCommandsHasBeenSet = true; m_launchCommands.push_back(std::move(value)); return *this; }
55 inline LaunchOverrides& AddLaunchCommands(const char* value) { m_launchCommandsHasBeenSet = true; m_launchCommands.push_back(value); return *this; }
57 private:
58
59 Aws::Vector<Aws::String> m_launchCommands;
60 bool m_launchCommandsHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace SimSpaceWeaver
65} // namespace Aws
AWS_SIMSPACEWEAVER_API LaunchOverrides & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
LaunchOverrides & AddLaunchCommands(Aws::String &&value)
LaunchOverrides & AddLaunchCommands(const char *value)
AWS_SIMSPACEWEAVER_API LaunchOverrides()
LaunchOverrides & WithLaunchCommands(Aws::Vector< Aws::String > &&value)
void SetLaunchCommands(const Aws::Vector< Aws::String > &value)
LaunchOverrides & WithLaunchCommands(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetLaunchCommands() const
LaunchOverrides & AddLaunchCommands(const Aws::String &value)
AWS_SIMSPACEWEAVER_API LaunchOverrides(Aws::Utils::Json::JsonView jsonValue)
void SetLaunchCommands(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue