AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SimulationSoftwareSuite.h
1
6#pragma once
7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/robomaker/model/SimulationSoftwareSuiteType.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 RoboMaker
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_ROBOMAKER_API SimulationSoftwareSuite();
38 AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const SimulationSoftwareSuiteType& GetName() const{ return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 inline void SetName(const SimulationSoftwareSuiteType& value) { m_nameHasBeenSet = true; m_name = value; }
49 inline void SetName(SimulationSoftwareSuiteType&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
50 inline SimulationSoftwareSuite& WithName(const SimulationSoftwareSuiteType& value) { SetName(value); return *this;}
51 inline SimulationSoftwareSuite& WithName(SimulationSoftwareSuiteType&& value) { SetName(std::move(value)); return *this;}
53
55
59 inline const Aws::String& GetVersion() const{ return m_version; }
60 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
61 inline void SetVersion(const Aws::String& value) { m_versionHasBeenSet = true; m_version = value; }
62 inline void SetVersion(Aws::String&& value) { m_versionHasBeenSet = true; m_version = std::move(value); }
63 inline void SetVersion(const char* value) { m_versionHasBeenSet = true; m_version.assign(value); }
64 inline SimulationSoftwareSuite& WithVersion(const Aws::String& value) { SetVersion(value); return *this;}
65 inline SimulationSoftwareSuite& WithVersion(Aws::String&& value) { SetVersion(std::move(value)); return *this;}
66 inline SimulationSoftwareSuite& WithVersion(const char* value) { SetVersion(value); return *this;}
68 private:
69
71 bool m_nameHasBeenSet = false;
72
73 Aws::String m_version;
74 bool m_versionHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace RoboMaker
79} // namespace Aws
SimulationSoftwareSuite & WithName(SimulationSoftwareSuiteType &&value)
SimulationSoftwareSuite & WithName(const SimulationSoftwareSuiteType &value)
const SimulationSoftwareSuiteType & GetName() const
SimulationSoftwareSuite & WithVersion(Aws::String &&value)
SimulationSoftwareSuite & WithVersion(const Aws::String &value)
void SetName(SimulationSoftwareSuiteType &&value)
AWS_ROBOMAKER_API SimulationSoftwareSuite(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API SimulationSoftwareSuite & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SimulationSoftwareSuite & WithVersion(const char *value)
void SetName(const SimulationSoftwareSuiteType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue