AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
KinesisStreamsInputUpdate.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisAnalytics {
20namespace Model {
21
29 public:
30 AWS_KINESISANALYTICS_API KinesisStreamsInputUpdate() = default;
31 AWS_KINESISANALYTICS_API KinesisStreamsInputUpdate(Aws::Utils::Json::JsonView jsonValue);
33 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetResourceARNUpdate() const { return m_resourceARNUpdate; }
40 inline bool ResourceARNUpdateHasBeenSet() const { return m_resourceARNUpdateHasBeenSet; }
41 template <typename ResourceARNUpdateT = Aws::String>
42 void SetResourceARNUpdate(ResourceARNUpdateT&& value) {
43 m_resourceARNUpdateHasBeenSet = true;
44 m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value);
45 }
46 template <typename ResourceARNUpdateT = Aws::String>
47 KinesisStreamsInputUpdate& WithResourceARNUpdate(ResourceARNUpdateT&& value) {
48 SetResourceARNUpdate(std::forward<ResourceARNUpdateT>(value));
49 return *this;
50 }
52
54
59 inline const Aws::String& GetRoleARNUpdate() const { return m_roleARNUpdate; }
60 inline bool RoleARNUpdateHasBeenSet() const { return m_roleARNUpdateHasBeenSet; }
61 template <typename RoleARNUpdateT = Aws::String>
62 void SetRoleARNUpdate(RoleARNUpdateT&& value) {
63 m_roleARNUpdateHasBeenSet = true;
64 m_roleARNUpdate = std::forward<RoleARNUpdateT>(value);
65 }
66 template <typename RoleARNUpdateT = Aws::String>
68 SetRoleARNUpdate(std::forward<RoleARNUpdateT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_resourceARNUpdate;
74
75 Aws::String m_roleARNUpdate;
76 bool m_resourceARNUpdateHasBeenSet = false;
77 bool m_roleARNUpdateHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace KinesisAnalytics
82} // namespace Aws
AWS_KINESISANALYTICS_API KinesisStreamsInputUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICS_API KinesisStreamsInputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API KinesisStreamsInputUpdate()=default
KinesisStreamsInputUpdate & WithResourceARNUpdate(ResourceARNUpdateT &&value)
KinesisStreamsInputUpdate & WithRoleARNUpdate(RoleARNUpdateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue