AWS SDK for C++

AWS SDK for C++ Version 1.11.763

Loading...
Searching...
No Matches
KinesisFirehoseOutput.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisAnalyticsV2 {
20namespace Model {
21
31 public:
32 AWS_KINESISANALYTICSV2_API KinesisFirehoseOutput() = default;
33 AWS_KINESISANALYTICSV2_API KinesisFirehoseOutput(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICSV2_API KinesisFirehoseOutput& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const Aws::String& GetResourceARN() const { return m_resourceARN; }
42 inline bool ResourceARNHasBeenSet() const { return m_resourceARNHasBeenSet; }
43 template <typename ResourceARNT = Aws::String>
44 void SetResourceARN(ResourceARNT&& value) {
45 m_resourceARNHasBeenSet = true;
46 m_resourceARN = std::forward<ResourceARNT>(value);
47 }
48 template <typename ResourceARNT = Aws::String>
49 KinesisFirehoseOutput& WithResourceARN(ResourceARNT&& value) {
50 SetResourceARN(std::forward<ResourceARNT>(value));
51 return *this;
52 }
54 private:
55 Aws::String m_resourceARN;
56 bool m_resourceARNHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace KinesisAnalyticsV2
61} // namespace Aws
AWS_KINESISANALYTICSV2_API KinesisFirehoseOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API KinesisFirehoseOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
KinesisFirehoseOutput & WithResourceARN(ResourceARNT &&value)
AWS_KINESISANALYTICSV2_API KinesisFirehoseOutput()=default
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