AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
S3ReferenceDataSourceUpdate.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
30 public:
31 AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate() = default;
32 AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICSV2_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 private:
72 Aws::String m_bucketARNUpdate;
73
74 Aws::String m_fileKeyUpdate;
75 bool m_bucketARNUpdateHasBeenSet = false;
76 bool m_fileKeyUpdateHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace KinesisAnalyticsV2
81} // namespace Aws
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
S3ReferenceDataSourceUpdate & WithFileKeyUpdate(FileKeyUpdateT &&value)
S3ReferenceDataSourceUpdate & WithBucketARNUpdate(BucketARNUpdateT &&value)
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue