AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetCloudWatchLoggingOptionId(const Aws::String& value) { m_cloudWatchLoggingOptionIdHasBeenSet = true; m_cloudWatchLoggingOptionId = value; }
47 inline void SetCloudWatchLoggingOptionId(Aws::String&& value) { m_cloudWatchLoggingOptionIdHasBeenSet = true; m_cloudWatchLoggingOptionId = std::move(value); }
48 inline void SetCloudWatchLoggingOptionId(const char* value) { m_cloudWatchLoggingOptionIdHasBeenSet = true; m_cloudWatchLoggingOptionId.assign(value); }
53
55
58 inline const Aws::String& GetLogStreamARNUpdate() const{ return m_logStreamARNUpdate; }
59 inline bool LogStreamARNUpdateHasBeenSet() const { return m_logStreamARNUpdateHasBeenSet; }
60 inline void SetLogStreamARNUpdate(const Aws::String& value) { m_logStreamARNUpdateHasBeenSet = true; m_logStreamARNUpdate = value; }
61 inline void SetLogStreamARNUpdate(Aws::String&& value) { m_logStreamARNUpdateHasBeenSet = true; m_logStreamARNUpdate = std::move(value); }
62 inline void SetLogStreamARNUpdate(const char* value) { m_logStreamARNUpdateHasBeenSet = true; m_logStreamARNUpdate.assign(value); }
65 inline CloudWatchLoggingOptionUpdate& WithLogStreamARNUpdate(const char* value) { SetLogStreamARNUpdate(value); return *this;}
67
69
74 inline const Aws::String& GetRoleARNUpdate() const{ return m_roleARNUpdate; }
75 inline bool RoleARNUpdateHasBeenSet() const { return m_roleARNUpdateHasBeenSet; }
76 inline void SetRoleARNUpdate(const Aws::String& value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate = value; }
77 inline void SetRoleARNUpdate(Aws::String&& value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate = std::move(value); }
78 inline void SetRoleARNUpdate(const char* value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate.assign(value); }
79 inline CloudWatchLoggingOptionUpdate& WithRoleARNUpdate(const Aws::String& value) { SetRoleARNUpdate(value); return *this;}
80 inline CloudWatchLoggingOptionUpdate& WithRoleARNUpdate(Aws::String&& value) { SetRoleARNUpdate(std::move(value)); return *this;}
81 inline CloudWatchLoggingOptionUpdate& WithRoleARNUpdate(const char* value) { SetRoleARNUpdate(value); return *this;}
83 private:
84
85 Aws::String m_cloudWatchLoggingOptionId;
86 bool m_cloudWatchLoggingOptionIdHasBeenSet = false;
87
88 Aws::String m_logStreamARNUpdate;
89 bool m_logStreamARNUpdateHasBeenSet = false;
90
91 Aws::String m_roleARNUpdate;
92 bool m_roleARNUpdateHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace KinesisAnalytics
97} // namespace Aws
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLoggingOptionUpdate & WithCloudWatchLoggingOptionId(Aws::String &&value)
CloudWatchLoggingOptionUpdate & WithLogStreamARNUpdate(const Aws::String &value)
CloudWatchLoggingOptionUpdate & WithCloudWatchLoggingOptionId(const char *value)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
CloudWatchLoggingOptionUpdate & WithLogStreamARNUpdate(Aws::String &&value)
CloudWatchLoggingOptionUpdate & WithLogStreamARNUpdate(const char *value)
CloudWatchLoggingOptionUpdate & WithRoleARNUpdate(Aws::String &&value)
CloudWatchLoggingOptionUpdate & WithRoleARNUpdate(const Aws::String &value)
CloudWatchLoggingOptionUpdate & WithRoleARNUpdate(const char *value)
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLoggingOptionUpdate & WithCloudWatchLoggingOptionId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue