AWS SDK for C++

AWS SDK for C++ Version 1.11.741

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