AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
KinesisStreamsOutputUpdate.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisAnalyticsV2 {
20namespace Model {
21
31 public:
32 AWS_KINESISANALYTICSV2_API KinesisStreamsOutputUpdate() = default;
33 AWS_KINESISANALYTICSV2_API KinesisStreamsOutputUpdate(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICSV2_API KinesisStreamsOutputUpdate& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
42 inline const Aws::String& GetResourceARNUpdate() const { return m_resourceARNUpdate; }
43 inline bool ResourceARNUpdateHasBeenSet() const { return m_resourceARNUpdateHasBeenSet; }
44 template <typename ResourceARNUpdateT = Aws::String>
45 void SetResourceARNUpdate(ResourceARNUpdateT&& value) {
46 m_resourceARNUpdateHasBeenSet = true;
47 m_resourceARNUpdate = std::forward<ResourceARNUpdateT>(value);
48 }
49 template <typename ResourceARNUpdateT = Aws::String>
51 SetResourceARNUpdate(std::forward<ResourceARNUpdateT>(value));
52 return *this;
53 }
55 private:
56 Aws::String m_resourceARNUpdate;
57 bool m_resourceARNUpdateHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace KinesisAnalyticsV2
62} // namespace Aws
AWS_KINESISANALYTICSV2_API KinesisStreamsOutputUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API KinesisStreamsOutputUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API KinesisStreamsOutputUpdate()=default
KinesisStreamsOutputUpdate & WithResourceARNUpdate(ResourceARNUpdateT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue