AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
RobotSoftwareSuite.h
1
6#pragma once
7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/robomaker/model/RobotSoftwareSuiteType.h>
9#include <aws/robomaker/model/RobotSoftwareSuiteVersionType.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 RobotSoftwareSuite() = default;
36 AWS_ROBOMAKER_API RobotSoftwareSuite(Aws::Utils::Json::JsonView jsonValue);
38 AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline RobotSoftwareSuiteType GetName() const { return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 inline void SetName(RobotSoftwareSuiteType value) { m_nameHasBeenSet = true; m_name = value; }
49 inline RobotSoftwareSuite& WithName(RobotSoftwareSuiteType value) { SetName(value); return *this;}
51
53
57 inline RobotSoftwareSuiteVersionType GetVersion() const { return m_version; }
58 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
59 inline void SetVersion(RobotSoftwareSuiteVersionType value) { m_versionHasBeenSet = true; m_version = value; }
62 private:
63
65 bool m_nameHasBeenSet = false;
66
68 bool m_versionHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace RoboMaker
73} // namespace Aws
RobotSoftwareSuite & WithVersion(RobotSoftwareSuiteVersionType value)
void SetVersion(RobotSoftwareSuiteVersionType value)
AWS_ROBOMAKER_API RobotSoftwareSuite(Aws::Utils::Json::JsonView jsonValue)
void SetName(RobotSoftwareSuiteType value)
RobotSoftwareSuiteType GetName() const
AWS_ROBOMAKER_API RobotSoftwareSuite & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
RobotSoftwareSuite & WithName(RobotSoftwareSuiteType value)
RobotSoftwareSuiteVersionType GetVersion() const
AWS_ROBOMAKER_API RobotSoftwareSuite()=default
Aws::Utils::Json::JsonValue JsonValue