AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
LambdaOutputUpdate.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 LambdaOutputUpdate() = default;
33 AWS_KINESISANALYTICS_API LambdaOutputUpdate(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICS_API LambdaOutputUpdate& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
46 inline const Aws::String& GetResourceARNUpdate() const { return m_resourceARNUpdate; }
47 inline bool ResourceARNUpdateHasBeenSet() const { return m_resourceARNUpdateHasBeenSet; }
48 template <typename ResourceARNUpdateT = Aws::String>
49 void SetResourceARNUpdate(ResourceARNUpdateT&& value) {
50 m_resourceARNUpdateHasBeenSet = true;
51 m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value);
52 }
53 template <typename ResourceARNUpdateT = Aws::String>
54 LambdaOutputUpdate& WithResourceARNUpdate(ResourceARNUpdateT&& value) {
55 SetResourceARNUpdate(std::forward<ResourceARNUpdateT>(value));
56 return *this;
57 }
59
61
66 inline const Aws::String& GetRoleARNUpdate() const { return m_roleARNUpdate; }
67 inline bool RoleARNUpdateHasBeenSet() const { return m_roleARNUpdateHasBeenSet; }
68 template <typename RoleARNUpdateT = Aws::String>
69 void SetRoleARNUpdate(RoleARNUpdateT&& value) {
70 m_roleARNUpdateHasBeenSet = true;
71 m_roleARNUpdate = std::forward<RoleARNUpdateT>(value);
72 }
73 template <typename RoleARNUpdateT = Aws::String>
74 LambdaOutputUpdate& WithRoleARNUpdate(RoleARNUpdateT&& value) {
75 SetRoleARNUpdate(std::forward<RoleARNUpdateT>(value));
76 return *this;
77 }
79 private:
80 Aws::String m_resourceARNUpdate;
81
82 Aws::String m_roleARNUpdate;
83 bool m_resourceARNUpdateHasBeenSet = false;
84 bool m_roleARNUpdateHasBeenSet = false;
85};
86
87} // namespace Model
88} // namespace KinesisAnalytics
89} // namespace Aws
AWS_KINESISANALYTICS_API LambdaOutputUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetResourceARNUpdate(ResourceARNUpdateT &&value)
AWS_KINESISANALYTICS_API LambdaOutputUpdate()=default
AWS_KINESISANALYTICS_API LambdaOutputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
LambdaOutputUpdate & WithRoleARNUpdate(RoleARNUpdateT &&value)
LambdaOutputUpdate & WithResourceARNUpdate(ResourceARNUpdateT &&value)
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