AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LambdaOutputDescription.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace KinesisAnalyticsV2
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_KINESISANALYTICSV2_API LambdaOutputDescription();
37 AWS_KINESISANALYTICSV2_API LambdaOutputDescription(Aws::Utils::Json::JsonView jsonValue);
38 AWS_KINESISANALYTICSV2_API LambdaOutputDescription& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetResourceARN() const{ return m_resourceARN; }
47 inline bool ResourceARNHasBeenSet() const { return m_resourceARNHasBeenSet; }
48 inline void SetResourceARN(const Aws::String& value) { m_resourceARNHasBeenSet = true; m_resourceARN = value; }
49 inline void SetResourceARN(Aws::String&& value) { m_resourceARNHasBeenSet = true; m_resourceARN = std::move(value); }
50 inline void SetResourceARN(const char* value) { m_resourceARNHasBeenSet = true; m_resourceARN.assign(value); }
51 inline LambdaOutputDescription& WithResourceARN(const Aws::String& value) { SetResourceARN(value); return *this;}
52 inline LambdaOutputDescription& WithResourceARN(Aws::String&& value) { SetResourceARN(std::move(value)); return *this;}
53 inline LambdaOutputDescription& WithResourceARN(const char* value) { SetResourceARN(value); return *this;}
55
57
64 inline const Aws::String& GetRoleARN() const{ return m_roleARN; }
65 inline bool RoleARNHasBeenSet() const { return m_roleARNHasBeenSet; }
66 inline void SetRoleARN(const Aws::String& value) { m_roleARNHasBeenSet = true; m_roleARN = value; }
67 inline void SetRoleARN(Aws::String&& value) { m_roleARNHasBeenSet = true; m_roleARN = std::move(value); }
68 inline void SetRoleARN(const char* value) { m_roleARNHasBeenSet = true; m_roleARN.assign(value); }
69 inline LambdaOutputDescription& WithRoleARN(const Aws::String& value) { SetRoleARN(value); return *this;}
70 inline LambdaOutputDescription& WithRoleARN(Aws::String&& value) { SetRoleARN(std::move(value)); return *this;}
71 inline LambdaOutputDescription& WithRoleARN(const char* value) { SetRoleARN(value); return *this;}
73 private:
74
75 Aws::String m_resourceARN;
76 bool m_resourceARNHasBeenSet = false;
77
78 Aws::String m_roleARN;
79 bool m_roleARNHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace KinesisAnalyticsV2
84} // namespace Aws
LambdaOutputDescription & WithRoleARN(const char *value)
LambdaOutputDescription & WithRoleARN(Aws::String &&value)
LambdaOutputDescription & WithRoleARN(const Aws::String &value)
LambdaOutputDescription & WithResourceARN(Aws::String &&value)
LambdaOutputDescription & WithResourceARN(const char *value)
AWS_KINESISANALYTICSV2_API LambdaOutputDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API LambdaOutputDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
LambdaOutputDescription & WithResourceARN(const Aws::String &value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue