AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CloudWatchLoggingOptionDescription.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
32 {
33 public:
34 AWS_KINESISANALYTICS_API CloudWatchLoggingOptionDescription() = default;
37 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetCloudWatchLoggingOptionId() const { return m_cloudWatchLoggingOptionId; }
45 inline bool CloudWatchLoggingOptionIdHasBeenSet() const { return m_cloudWatchLoggingOptionIdHasBeenSet; }
46 template<typename CloudWatchLoggingOptionIdT = Aws::String>
47 void SetCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT&& value) { m_cloudWatchLoggingOptionIdHasBeenSet = true; m_cloudWatchLoggingOptionId = std::forward<CloudWatchLoggingOptionIdT>(value); }
48 template<typename CloudWatchLoggingOptionIdT = Aws::String>
49 CloudWatchLoggingOptionDescription& WithCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT&& value) { SetCloudWatchLoggingOptionId(std::forward<CloudWatchLoggingOptionIdT>(value)); return *this;}
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) { m_logStreamARNHasBeenSet = true; m_logStreamARN = std::forward<LogStreamARNT>(value); }
60 template<typename LogStreamARNT = Aws::String>
61 CloudWatchLoggingOptionDescription& WithLogStreamARN(LogStreamARNT&& value) { SetLogStreamARN(std::forward<LogStreamARNT>(value)); return *this;}
63
65
70 inline const Aws::String& GetRoleARN() const { return m_roleARN; }
71 inline bool RoleARNHasBeenSet() const { return m_roleARNHasBeenSet; }
72 template<typename RoleARNT = Aws::String>
73 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet = true; m_roleARN = std::forward<RoleARNT>(value); }
74 template<typename RoleARNT = Aws::String>
75 CloudWatchLoggingOptionDescription& WithRoleARN(RoleARNT&& value) { SetRoleARN(std::forward<RoleARNT>(value)); return *this;}
77 private:
78
79 Aws::String m_cloudWatchLoggingOptionId;
80 bool m_cloudWatchLoggingOptionIdHasBeenSet = false;
81
82 Aws::String m_logStreamARN;
83 bool m_logStreamARNHasBeenSet = false;
84
85 Aws::String m_roleARN;
86 bool m_roleARNHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace KinesisAnalytics
91} // 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