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/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 S3ReferenceDataSourceUpdate() = default;
37 AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue);
39 AWS_KINESISANALYTICS_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
67
71 inline const Aws::String& GetReferenceRoleARNUpdate() const { return m_referenceRoleARNUpdate; }
72 inline bool ReferenceRoleARNUpdateHasBeenSet() const { return m_referenceRoleARNUpdateHasBeenSet; }
73 template<typename ReferenceRoleARNUpdateT = Aws::String>
74 void SetReferenceRoleARNUpdate(ReferenceRoleARNUpdateT&& value) { m_referenceRoleARNUpdateHasBeenSet = true; m_referenceRoleARNUpdate = std::forward<ReferenceRoleARNUpdateT>(value); }
75 template<typename ReferenceRoleARNUpdateT = Aws::String>
76 S3ReferenceDataSourceUpdate& WithReferenceRoleARNUpdate(ReferenceRoleARNUpdateT&& value) { SetReferenceRoleARNUpdate(std::forward<ReferenceRoleARNUpdateT>(value)); return *this;}
78 private:
79
80 Aws::String m_bucketARNUpdate;
81 bool m_bucketARNUpdateHasBeenSet = false;
82
83 Aws::String m_fileKeyUpdate;
84 bool m_fileKeyUpdateHasBeenSet = false;
85
86 Aws::String m_referenceRoleARNUpdate;
87 bool m_referenceRoleARNUpdateHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace KinesisAnalytics
92} // 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