AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
S3ReferenceDataSourceUpdate.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisAnalytics {
20namespace Model {
21
30 public:
31 AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate() = default;
32 AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetBucketARNUpdate() const { return m_bucketARNUpdate; }
41 inline bool BucketARNUpdateHasBeenSet() const { return m_bucketARNUpdateHasBeenSet; }
42 template <typename BucketARNUpdateT = Aws::String>
43 void SetBucketARNUpdate(BucketARNUpdateT&& value) {
44 m_bucketARNUpdateHasBeenSet = true;
45 m_bucketARNUpdate = std::forward<BucketARNUpdateT>(value);
46 }
47 template <typename BucketARNUpdateT = Aws::String>
49 SetBucketARNUpdate(std::forward<BucketARNUpdateT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetFileKeyUpdate() const { return m_fileKeyUpdate; }
59 inline bool FileKeyUpdateHasBeenSet() const { return m_fileKeyUpdateHasBeenSet; }
60 template <typename FileKeyUpdateT = Aws::String>
61 void SetFileKeyUpdate(FileKeyUpdateT&& value) {
62 m_fileKeyUpdateHasBeenSet = true;
63 m_fileKeyUpdate = std::forward<FileKeyUpdateT>(value);
64 }
65 template <typename FileKeyUpdateT = Aws::String>
67 SetFileKeyUpdate(std::forward<FileKeyUpdateT>(value));
68 return *this;
69 }
71
73
77 inline const Aws::String& GetReferenceRoleARNUpdate() const { return m_referenceRoleARNUpdate; }
78 inline bool ReferenceRoleARNUpdateHasBeenSet() const { return m_referenceRoleARNUpdateHasBeenSet; }
79 template <typename ReferenceRoleARNUpdateT = Aws::String>
80 void SetReferenceRoleARNUpdate(ReferenceRoleARNUpdateT&& value) {
81 m_referenceRoleARNUpdateHasBeenSet = true;
82 m_referenceRoleARNUpdate = std::forward<ReferenceRoleARNUpdateT>(value);
83 }
84 template <typename ReferenceRoleARNUpdateT = Aws::String>
85 S3ReferenceDataSourceUpdate& WithReferenceRoleARNUpdate(ReferenceRoleARNUpdateT&& value) {
86 SetReferenceRoleARNUpdate(std::forward<ReferenceRoleARNUpdateT>(value));
87 return *this;
88 }
90 private:
91 Aws::String m_bucketARNUpdate;
92
93 Aws::String m_fileKeyUpdate;
94
95 Aws::String m_referenceRoleARNUpdate;
96 bool m_bucketARNUpdateHasBeenSet = false;
97 bool m_fileKeyUpdateHasBeenSet = false;
98 bool m_referenceRoleARNUpdateHasBeenSet = false;
99};
100
101} // namespace Model
102} // namespace KinesisAnalytics
103} // namespace Aws
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
S3ReferenceDataSourceUpdate & WithBucketARNUpdate(BucketARNUpdateT &&value)
S3ReferenceDataSourceUpdate & WithFileKeyUpdate(FileKeyUpdateT &&value)
S3ReferenceDataSourceUpdate & WithReferenceRoleARNUpdate(ReferenceRoleARNUpdateT &&value)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue