AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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() = default;
38 AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline SimulationSoftwareSuiteType GetName() const { return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 inline void SetName(SimulationSoftwareSuiteType value) { m_nameHasBeenSet = true; m_name = value; }
51
53
57 inline const Aws::String& GetVersion() const { return m_version; }
58 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
59 template<typename VersionT = Aws::String>
60 void SetVersion(VersionT&& value) { m_versionHasBeenSet = true; m_version = std::forward<VersionT>(value); }
61 template<typename VersionT = Aws::String>
62 SimulationSoftwareSuite& WithVersion(VersionT&& value) { SetVersion(std::forward<VersionT>(value)); return *this;}
64 private:
65
67 bool m_nameHasBeenSet = false;
68
69 Aws::String m_version;
70 bool m_versionHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace RoboMaker
75} // namespace Aws
SimulationSoftwareSuite & WithName(SimulationSoftwareSuiteType value)
void SetName(SimulationSoftwareSuiteType value)
SimulationSoftwareSuite & WithVersion(VersionT &&value)
AWS_ROBOMAKER_API SimulationSoftwareSuite()=default
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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue