AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
KinesisFirehoseInputUpdate.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
30 public:
31 AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate() = default;
32 AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::String& GetResourceARNUpdate() const { return m_resourceARNUpdate; }
42 inline bool ResourceARNUpdateHasBeenSet() const { return m_resourceARNUpdateHasBeenSet; }
43 template <typename ResourceARNUpdateT = Aws::String>
44 void SetResourceARNUpdate(ResourceARNUpdateT&& value) {
45 m_resourceARNUpdateHasBeenSet = true;
46 m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value);
47 }
48 template <typename ResourceARNUpdateT = Aws::String>
50 SetResourceARNUpdate(std::forward<ResourceARNUpdateT>(value));
51 return *this;
52 }
54
56
61 inline const Aws::String& GetRoleARNUpdate() const { return m_roleARNUpdate; }
62 inline bool RoleARNUpdateHasBeenSet() const { return m_roleARNUpdateHasBeenSet; }
63 template <typename RoleARNUpdateT = Aws::String>
64 void SetRoleARNUpdate(RoleARNUpdateT&& value) {
65 m_roleARNUpdateHasBeenSet = true;
66 m_roleARNUpdate = std::forward<RoleARNUpdateT>(value);
67 }
68 template <typename RoleARNUpdateT = Aws::String>
70 SetRoleARNUpdate(std::forward<RoleARNUpdateT>(value));
71 return *this;
72 }
74 private:
75 Aws::String m_resourceARNUpdate;
76
77 Aws::String m_roleARNUpdate;
78 bool m_resourceARNUpdateHasBeenSet = false;
79 bool m_roleARNUpdateHasBeenSet = false;
80};
81
82} // namespace Model
83} // namespace KinesisAnalytics
84} // namespace Aws
AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate()=default
KinesisFirehoseInputUpdate & WithResourceARNUpdate(ResourceARNUpdateT &&value)
KinesisFirehoseInputUpdate & WithRoleARNUpdate(RoleARNUpdateT &&value)
AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue