AWS SDK for C++

AWS SDK for C++ Version 1.11.741

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