AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
KinesisFirehoseInputDescription.h
1
6#pragma once
7#include <aws/kinesisanalytics/KinesisAnalytics_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 KinesisAnalytics
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_KINESISANALYTICS_API KinesisFirehoseInputDescription() = default;
39 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetResourceARN() const { return m_resourceARN; }
48 inline bool ResourceARNHasBeenSet() const { return m_resourceARNHasBeenSet; }
49 template<typename ResourceARNT = Aws::String>
50 void SetResourceARN(ResourceARNT&& value) { m_resourceARNHasBeenSet = true; m_resourceARN = std::forward<ResourceARNT>(value); }
51 template<typename ResourceARNT = Aws::String>
52 KinesisFirehoseInputDescription& WithResourceARN(ResourceARNT&& value) { SetResourceARN(std::forward<ResourceARNT>(value)); return *this;}
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) { m_roleARNHasBeenSet = true; m_roleARN = std::forward<RoleARNT>(value); }
64 template<typename RoleARNT = Aws::String>
65 KinesisFirehoseInputDescription& WithRoleARN(RoleARNT&& value) { SetRoleARN(std::forward<RoleARNT>(value)); return *this;}
67 private:
68
69 Aws::String m_resourceARN;
70 bool m_resourceARNHasBeenSet = false;
71
72 Aws::String m_roleARN;
73 bool m_roleARNHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace KinesisAnalytics
78} // 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