AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
VersionUpdateByJobsConfig.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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 IoT
22{
23namespace Model
24{
25
36 {
37 public:
38 AWS_IOT_API VersionUpdateByJobsConfig() = default;
42
43
45
48 inline bool GetEnabled() const { return m_enabled; }
49 inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }
50 inline void SetEnabled(bool value) { m_enabledHasBeenSet = true; m_enabled = value; }
51 inline VersionUpdateByJobsConfig& WithEnabled(bool value) { SetEnabled(value); return *this;}
53
55
60 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
61 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
62 template<typename RoleArnT = Aws::String>
63 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
64 template<typename RoleArnT = Aws::String>
65 VersionUpdateByJobsConfig& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
67 private:
68
69 bool m_enabled{false};
70 bool m_enabledHasBeenSet = false;
71
72 Aws::String m_roleArn;
73 bool m_roleArnHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace IoT
78} // namespace Aws
AWS_IOT_API VersionUpdateByJobsConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API VersionUpdateByJobsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
VersionUpdateByJobsConfig & WithEnabled(bool value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API VersionUpdateByJobsConfig()=default
VersionUpdateByJobsConfig & WithRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue