AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
KinesisFirehoseInputUpdate.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
34 {
35 public:
36 AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate();
37 AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate(Aws::Utils::Json::JsonView jsonValue);
39 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetResourceARNUpdate() const{ return m_resourceARNUpdate; }
48 inline bool ResourceARNUpdateHasBeenSet() const { return m_resourceARNUpdateHasBeenSet; }
49 inline void SetResourceARNUpdate(const Aws::String& value) { m_resourceARNUpdateHasBeenSet = true; m_resourceARNUpdate = value; }
50 inline void SetResourceARNUpdate(Aws::String&& value) { m_resourceARNUpdateHasBeenSet = true; m_resourceARNUpdate = std::move(value); }
51 inline void SetResourceARNUpdate(const char* value) { m_resourceARNUpdateHasBeenSet = true; m_resourceARNUpdate.assign(value); }
53 inline KinesisFirehoseInputUpdate& WithResourceARNUpdate(Aws::String&& value) { SetResourceARNUpdate(std::move(value)); return *this;}
54 inline KinesisFirehoseInputUpdate& WithResourceARNUpdate(const char* value) { SetResourceARNUpdate(value); return *this;}
56
58
63 inline const Aws::String& GetRoleARNUpdate() const{ return m_roleARNUpdate; }
64 inline bool RoleARNUpdateHasBeenSet() const { return m_roleARNUpdateHasBeenSet; }
65 inline void SetRoleARNUpdate(const Aws::String& value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate = value; }
66 inline void SetRoleARNUpdate(Aws::String&& value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate = std::move(value); }
67 inline void SetRoleARNUpdate(const char* value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate.assign(value); }
68 inline KinesisFirehoseInputUpdate& WithRoleARNUpdate(const Aws::String& value) { SetRoleARNUpdate(value); return *this;}
69 inline KinesisFirehoseInputUpdate& WithRoleARNUpdate(Aws::String&& value) { SetRoleARNUpdate(std::move(value)); return *this;}
70 inline KinesisFirehoseInputUpdate& WithRoleARNUpdate(const char* value) { SetRoleARNUpdate(value); return *this;}
72 private:
73
74 Aws::String m_resourceARNUpdate;
75 bool m_resourceARNUpdateHasBeenSet = false;
76
77 Aws::String m_roleARNUpdate;
78 bool m_roleARNUpdateHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace KinesisAnalytics
83} // namespace Aws
KinesisFirehoseInputUpdate & WithResourceARNUpdate(Aws::String &&value)
KinesisFirehoseInputUpdate & WithRoleARNUpdate(Aws::String &&value)
AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
KinesisFirehoseInputUpdate & WithRoleARNUpdate(const char *value)
KinesisFirehoseInputUpdate & WithResourceARNUpdate(const Aws::String &value)
KinesisFirehoseInputUpdate & WithRoleARNUpdate(const Aws::String &value)
AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate(Aws::Utils::Json::JsonView jsonValue)
KinesisFirehoseInputUpdate & WithResourceARNUpdate(const char *value)
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