AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
KinesisFirehoseOutputDescription.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
29 public:
30 AWS_KINESISANALYTICS_API KinesisFirehoseOutputDescription() = default;
33 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetResourceARN() const { return m_resourceARN; }
41 inline bool ResourceARNHasBeenSet() const { return m_resourceARNHasBeenSet; }
42 template <typename ResourceARNT = Aws::String>
43 void SetResourceARN(ResourceARNT&& value) {
44 m_resourceARNHasBeenSet = true;
45 m_resourceARN = std::forward<ResourceARNT>(value);
46 }
47 template <typename ResourceARNT = Aws::String>
49 SetResourceARN(std::forward<ResourceARNT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetRoleARN() const { return m_roleARN; }
60 inline bool RoleARNHasBeenSet() const { return m_roleARNHasBeenSet; }
61 template <typename RoleARNT = Aws::String>
62 void SetRoleARN(RoleARNT&& value) {
63 m_roleARNHasBeenSet = true;
64 m_roleARN = std::forward<RoleARNT>(value);
65 }
66 template <typename RoleARNT = Aws::String>
68 SetRoleARN(std::forward<RoleARNT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_resourceARN;
74
75 Aws::String m_roleARN;
76 bool m_resourceARNHasBeenSet = false;
77 bool m_roleARNHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace KinesisAnalytics
82} // namespace Aws
AWS_KINESISANALYTICS_API KinesisFirehoseOutputDescription()=default
KinesisFirehoseOutputDescription & WithResourceARN(ResourceARNT &&value)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICS_API KinesisFirehoseOutputDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API KinesisFirehoseOutputDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
KinesisFirehoseOutputDescription & WithRoleARN(RoleARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue