AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
KinesisFirehoseInputDescription.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
30 public:
31 AWS_KINESISANALYTICS_API KinesisFirehoseInputDescription() = default;
34 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
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>
50 SetResourceARN(std::forward<ResourceARNT>(value));
51 return *this;
52 }
54
56
60 inline const Aws::String& GetRoleARN() const { return m_roleARN; }
61 inline bool RoleARNHasBeenSet() const { return m_roleARNHasBeenSet; }
62 template <typename RoleARNT = Aws::String>
63 void SetRoleARN(RoleARNT&& value) {
64 m_roleARNHasBeenSet = true;
65 m_roleARN = std::forward<RoleARNT>(value);
66 }
67 template <typename RoleARNT = Aws::String>
69 SetRoleARN(std::forward<RoleARNT>(value));
70 return *this;
71 }
73 private:
74 Aws::String m_resourceARN;
75
76 Aws::String m_roleARN;
77 bool m_resourceARNHasBeenSet = false;
78 bool m_roleARNHasBeenSet = false;
79};
80
81} // namespace Model
82} // namespace KinesisAnalytics
83} // namespace Aws
AWS_KINESISANALYTICS_API KinesisFirehoseInputDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
KinesisFirehoseInputDescription & WithRoleARN(RoleARNT &&value)
AWS_KINESISANALYTICS_API KinesisFirehoseInputDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
KinesisFirehoseInputDescription & WithResourceARN(ResourceARNT &&value)
AWS_KINESISANALYTICS_API KinesisFirehoseInputDescription()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue