AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DeviceJobConfig.h
Go to the documentation of this file.
1
6#pragma once
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 Panorama
22{
23namespace Model
24{
25
32 {
33 public:
38
39
43 inline const OTAJobConfig& GetOTAJobConfig() const{ return m_oTAJobConfig; }
44
48 inline bool OTAJobConfigHasBeenSet() const { return m_oTAJobConfigHasBeenSet; }
49
53 inline void SetOTAJobConfig(const OTAJobConfig& value) { m_oTAJobConfigHasBeenSet = true; m_oTAJobConfig = value; }
54
58 inline void SetOTAJobConfig(OTAJobConfig&& value) { m_oTAJobConfigHasBeenSet = true; m_oTAJobConfig = std::move(value); }
59
63 inline DeviceJobConfig& WithOTAJobConfig(const OTAJobConfig& value) { SetOTAJobConfig(value); return *this;}
64
68 inline DeviceJobConfig& WithOTAJobConfig(OTAJobConfig&& value) { SetOTAJobConfig(std::move(value)); return *this;}
69
70 private:
71
72 OTAJobConfig m_oTAJobConfig;
73 bool m_oTAJobConfigHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Panorama
78} // namespace Aws
#define AWS_PANORAMA_API
void SetOTAJobConfig(OTAJobConfig &&value)
DeviceJobConfig & WithOTAJobConfig(const OTAJobConfig &value)
AWS_PANORAMA_API DeviceJobConfig(Aws::Utils::Json::JsonView jsonValue)
void SetOTAJobConfig(const OTAJobConfig &value)
DeviceJobConfig & WithOTAJobConfig(OTAJobConfig &&value)
const OTAJobConfig & GetOTAJobConfig() const
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PANORAMA_API DeviceJobConfig & operator=(Aws::Utils::Json::JsonView jsonValue)