AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CloudWatchLoggingOptionUpdate.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 CloudWatchLoggingOptionUpdate() = default;
35 AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate(Aws::Utils::Json::JsonView jsonValue);
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 CloudWatchLoggingOptionUpdate& WithCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT&& value) { SetCloudWatchLoggingOptionId(std::forward<CloudWatchLoggingOptionIdT>(value)); return *this;}
51
53
56 inline const Aws::String& GetLogStreamARNUpdate() const { return m_logStreamARNUpdate; }
57 inline bool LogStreamARNUpdateHasBeenSet() const { return m_logStreamARNUpdateHasBeenSet; }
58 template<typename LogStreamARNUpdateT = Aws::String>
59 void SetLogStreamARNUpdate(LogStreamARNUpdateT&& value) { m_logStreamARNUpdateHasBeenSet = true; m_logStreamARNUpdate = std::forward<LogStreamARNUpdateT>(value); }
60 template<typename LogStreamARNUpdateT = Aws::String>
61 CloudWatchLoggingOptionUpdate& WithLogStreamARNUpdate(LogStreamARNUpdateT&& value) { SetLogStreamARNUpdate(std::forward<LogStreamARNUpdateT>(value)); return *this;}
63
65
70 inline const Aws::String& GetRoleARNUpdate() const { return m_roleARNUpdate; }
71 inline bool RoleARNUpdateHasBeenSet() const { return m_roleARNUpdateHasBeenSet; }
72 template<typename RoleARNUpdateT = Aws::String>
73 void SetRoleARNUpdate(RoleARNUpdateT&& value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate = std::forward<RoleARNUpdateT>(value); }
74 template<typename RoleARNUpdateT = Aws::String>
75 CloudWatchLoggingOptionUpdate& WithRoleARNUpdate(RoleARNUpdateT&& value) { SetRoleARNUpdate(std::forward<RoleARNUpdateT>(value)); return *this;}
77 private:
78
79 Aws::String m_cloudWatchLoggingOptionId;
80 bool m_cloudWatchLoggingOptionIdHasBeenSet = false;
81
82 Aws::String m_logStreamARNUpdate;
83 bool m_logStreamARNUpdateHasBeenSet = false;
84
85 Aws::String m_roleARNUpdate;
86 bool m_roleARNUpdateHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace KinesisAnalytics
91} // namespace Aws
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLoggingOptionUpdate & WithRoleARNUpdate(RoleARNUpdateT &&value)
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate()=default
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
CloudWatchLoggingOptionUpdate & WithLogStreamARNUpdate(LogStreamARNUpdateT &&value)
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLoggingOptionUpdate & WithCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue