AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
CloudWatchLoggingOptionDescription.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
28 public:
29 AWS_KINESISANALYTICS_API CloudWatchLoggingOptionDescription() = default;
32 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetCloudWatchLoggingOptionId() const { return m_cloudWatchLoggingOptionId; }
39 inline bool CloudWatchLoggingOptionIdHasBeenSet() const { return m_cloudWatchLoggingOptionIdHasBeenSet; }
40 template <typename CloudWatchLoggingOptionIdT = Aws::String>
41 void SetCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT&& value) {
42 m_cloudWatchLoggingOptionIdHasBeenSet = true;
43 m_cloudWatchLoggingOptionId = std::forward<CloudWatchLoggingOptionIdT>(value);
44 }
45 template <typename CloudWatchLoggingOptionIdT = Aws::String>
47 SetCloudWatchLoggingOptionId(std::forward<CloudWatchLoggingOptionIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetLogStreamARN() const { return m_logStreamARN; }
57 inline bool LogStreamARNHasBeenSet() const { return m_logStreamARNHasBeenSet; }
58 template <typename LogStreamARNT = Aws::String>
59 void SetLogStreamARN(LogStreamARNT&& value) {
60 m_logStreamARNHasBeenSet = true;
61 m_logStreamARN = std::forward<LogStreamARNT>(value);
62 }
63 template <typename LogStreamARNT = Aws::String>
65 SetLogStreamARN(std::forward<LogStreamARNT>(value));
66 return *this;
67 }
69
71
76 inline const Aws::String& GetRoleARN() const { return m_roleARN; }
77 inline bool RoleARNHasBeenSet() const { return m_roleARNHasBeenSet; }
78 template <typename RoleARNT = Aws::String>
79 void SetRoleARN(RoleARNT&& value) {
80 m_roleARNHasBeenSet = true;
81 m_roleARN = std::forward<RoleARNT>(value);
82 }
83 template <typename RoleARNT = Aws::String>
85 SetRoleARN(std::forward<RoleARNT>(value));
86 return *this;
87 }
89 private:
90 Aws::String m_cloudWatchLoggingOptionId;
91
92 Aws::String m_logStreamARN;
93
94 Aws::String m_roleARN;
95 bool m_cloudWatchLoggingOptionIdHasBeenSet = false;
96 bool m_logStreamARNHasBeenSet = false;
97 bool m_roleARNHasBeenSet = false;
98};
99
100} // namespace Model
101} // namespace KinesisAnalytics
102} // namespace Aws
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLoggingOptionDescription & WithCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT &&value)
CloudWatchLoggingOptionDescription & WithLogStreamARN(LogStreamARNT &&value)
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionDescription()=default
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue