AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
KinesisStreamsInputDescription.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
33 {
34 public:
35 AWS_KINESISANALYTICS_API KinesisStreamsInputDescription() = default;
38 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetResourceARN() const { return m_resourceARN; }
46 inline bool ResourceARNHasBeenSet() const { return m_resourceARNHasBeenSet; }
47 template<typename ResourceARNT = Aws::String>
48 void SetResourceARN(ResourceARNT&& value) { m_resourceARNHasBeenSet = true; m_resourceARN = std::forward<ResourceARNT>(value); }
49 template<typename ResourceARNT = Aws::String>
50 KinesisStreamsInputDescription& WithResourceARN(ResourceARNT&& value) { SetResourceARN(std::forward<ResourceARNT>(value)); return *this;}
52
54
58 inline const Aws::String& GetRoleARN() const { return m_roleARN; }
59 inline bool RoleARNHasBeenSet() const { return m_roleARNHasBeenSet; }
60 template<typename RoleARNT = Aws::String>
61 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet = true; m_roleARN = std::forward<RoleARNT>(value); }
62 template<typename RoleARNT = Aws::String>
63 KinesisStreamsInputDescription& WithRoleARN(RoleARNT&& value) { SetRoleARN(std::forward<RoleARNT>(value)); return *this;}
65 private:
66
67 Aws::String m_resourceARN;
68 bool m_resourceARNHasBeenSet = false;
69
70 Aws::String m_roleARN;
71 bool m_roleARNHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace KinesisAnalytics
76} // namespace Aws
AWS_KINESISANALYTICS_API KinesisStreamsInputDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API KinesisStreamsInputDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
KinesisStreamsInputDescription & WithRoleARN(RoleARNT &&value)
AWS_KINESISANALYTICS_API KinesisStreamsInputDescription()=default
KinesisStreamsInputDescription & WithResourceARN(ResourceARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue