AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
S3ReferenceDataSourceUpdate.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_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 KinesisAnalyticsV2
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate() = default;
37 AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue);
39 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetBucketARNUpdate() const { return m_bucketARNUpdate; }
47 inline bool BucketARNUpdateHasBeenSet() const { return m_bucketARNUpdateHasBeenSet; }
48 template<typename BucketARNUpdateT = Aws::String>
49 void SetBucketARNUpdate(BucketARNUpdateT&& value) { m_bucketARNUpdateHasBeenSet = true; m_bucketARNUpdate = std::forward<BucketARNUpdateT>(value); }
50 template<typename BucketARNUpdateT = Aws::String>
51 S3ReferenceDataSourceUpdate& WithBucketARNUpdate(BucketARNUpdateT&& value) { SetBucketARNUpdate(std::forward<BucketARNUpdateT>(value)); return *this;}
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) { m_fileKeyUpdateHasBeenSet = true; m_fileKeyUpdate = std::forward<FileKeyUpdateT>(value); }
62 template<typename FileKeyUpdateT = Aws::String>
63 S3ReferenceDataSourceUpdate& WithFileKeyUpdate(FileKeyUpdateT&& value) { SetFileKeyUpdate(std::forward<FileKeyUpdateT>(value)); return *this;}
65 private:
66
67 Aws::String m_bucketARNUpdate;
68 bool m_bucketARNUpdateHasBeenSet = false;
69
70 Aws::String m_fileKeyUpdate;
71 bool m_fileKeyUpdateHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace KinesisAnalyticsV2
76} // 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