AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const RobotSoftwareSuiteType& GetName() const{ return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 inline void SetName(const RobotSoftwareSuiteType& value) { m_nameHasBeenSet = true; m_name = value; }
49 inline void SetName(RobotSoftwareSuiteType&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
50 inline RobotSoftwareSuite& WithName(const RobotSoftwareSuiteType& value) { SetName(value); return *this;}
51 inline RobotSoftwareSuite& WithName(RobotSoftwareSuiteType&& value) { SetName(std::move(value)); return *this;}
53
55
59 inline const RobotSoftwareSuiteVersionType& GetVersion() const{ return m_version; }
60 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
61 inline void SetVersion(const RobotSoftwareSuiteVersionType& value) { m_versionHasBeenSet = true; m_version = value; }
62 inline void SetVersion(RobotSoftwareSuiteVersionType&& value) { m_versionHasBeenSet = true; m_version = std::move(value); }
63 inline RobotSoftwareSuite& WithVersion(const RobotSoftwareSuiteVersionType& value) { SetVersion(value); return *this;}
64 inline RobotSoftwareSuite& WithVersion(RobotSoftwareSuiteVersionType&& value) { SetVersion(std::move(value)); return *this;}
66 private:
67
69 bool m_nameHasBeenSet = false;
70
72 bool m_versionHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace RoboMaker
77} // namespace Aws
const RobotSoftwareSuiteType & GetName() const
void SetVersion(const RobotSoftwareSuiteVersionType &value)
RobotSoftwareSuite & WithVersion(RobotSoftwareSuiteVersionType &&value)
AWS_ROBOMAKER_API RobotSoftwareSuite(Aws::Utils::Json::JsonView jsonValue)
RobotSoftwareSuite & WithName(RobotSoftwareSuiteType &&value)
void SetName(const RobotSoftwareSuiteType &value)
void SetVersion(RobotSoftwareSuiteVersionType &&value)
AWS_ROBOMAKER_API RobotSoftwareSuite & operator=(Aws::Utils::Json::JsonView jsonValue)
RobotSoftwareSuite & WithVersion(const RobotSoftwareSuiteVersionType &value)
const RobotSoftwareSuiteVersionType & GetVersion() const
RobotSoftwareSuite & WithName(const RobotSoftwareSuiteType &value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(RobotSoftwareSuiteType &&value)
Aws::Utils::Json::JsonValue JsonValue