AWS SDK for C++

AWS SDK for C++ Version 1.11.740

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