AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CustomLaunchTemplate.h
1
6#pragma once
7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace PCS
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_PCS_API CustomLaunchTemplate();
39
40
42
46 inline const Aws::String& GetId() const{ return m_id; }
47 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
48 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
49 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
50 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
51 inline CustomLaunchTemplate& WithId(const Aws::String& value) { SetId(value); return *this;}
52 inline CustomLaunchTemplate& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
53 inline CustomLaunchTemplate& WithId(const char* value) { SetId(value); return *this;}
55
57
60 inline const Aws::String& GetVersion() const{ return m_version; }
61 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
62 inline void SetVersion(const Aws::String& value) { m_versionHasBeenSet = true; m_version = value; }
63 inline void SetVersion(Aws::String&& value) { m_versionHasBeenSet = true; m_version = std::move(value); }
64 inline void SetVersion(const char* value) { m_versionHasBeenSet = true; m_version.assign(value); }
65 inline CustomLaunchTemplate& WithVersion(const Aws::String& value) { SetVersion(value); return *this;}
66 inline CustomLaunchTemplate& WithVersion(Aws::String&& value) { SetVersion(std::move(value)); return *this;}
67 inline CustomLaunchTemplate& WithVersion(const char* value) { SetVersion(value); return *this;}
69 private:
70
71 Aws::String m_id;
72 bool m_idHasBeenSet = false;
73
74 Aws::String m_version;
75 bool m_versionHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace PCS
80} // namespace Aws
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PCS_API CustomLaunchTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomLaunchTemplate & WithId(const char *value)
CustomLaunchTemplate & WithVersion(const char *value)
void SetId(const Aws::String &value)
CustomLaunchTemplate & WithId(const Aws::String &value)
AWS_PCS_API CustomLaunchTemplate(Aws::Utils::Json::JsonView jsonValue)
CustomLaunchTemplate & WithVersion(const Aws::String &value)
CustomLaunchTemplate & WithId(Aws::String &&value)
CustomLaunchTemplate & WithVersion(Aws::String &&value)
void SetVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue