AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
S3ReferenceDataSourceDescription.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
29 public:
30 AWS_KINESISANALYTICS_API S3ReferenceDataSourceDescription() = default;
33 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetBucketARN() const { return m_bucketARN; }
40 inline bool BucketARNHasBeenSet() const { return m_bucketARNHasBeenSet; }
41 template <typename BucketARNT = Aws::String>
42 void SetBucketARN(BucketARNT&& value) {
43 m_bucketARNHasBeenSet = true;
44 m_bucketARN = std::forward<BucketARNT>(value);
45 }
46 template <typename BucketARNT = Aws::String>
48 SetBucketARN(std::forward<BucketARNT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetFileKey() const { return m_fileKey; }
58 inline bool FileKeyHasBeenSet() const { return m_fileKeyHasBeenSet; }
59 template <typename FileKeyT = Aws::String>
60 void SetFileKey(FileKeyT&& value) {
61 m_fileKeyHasBeenSet = true;
62 m_fileKey = std::forward<FileKeyT>(value);
63 }
64 template <typename FileKeyT = Aws::String>
66 SetFileKey(std::forward<FileKeyT>(value));
67 return *this;
68 }
70
72
77 inline const Aws::String& GetReferenceRoleARN() const { return m_referenceRoleARN; }
78 inline bool ReferenceRoleARNHasBeenSet() const { return m_referenceRoleARNHasBeenSet; }
79 template <typename ReferenceRoleARNT = Aws::String>
80 void SetReferenceRoleARN(ReferenceRoleARNT&& value) {
81 m_referenceRoleARNHasBeenSet = true;
82 m_referenceRoleARN = std::forward<ReferenceRoleARNT>(value);
83 }
84 template <typename ReferenceRoleARNT = Aws::String>
86 SetReferenceRoleARN(std::forward<ReferenceRoleARNT>(value));
87 return *this;
88 }
90 private:
91 Aws::String m_bucketARN;
92
93 Aws::String m_fileKey;
94
95 Aws::String m_referenceRoleARN;
96 bool m_bucketARNHasBeenSet = false;
97 bool m_fileKeyHasBeenSet = false;
98 bool m_referenceRoleARNHasBeenSet = false;
99};
100
101} // namespace Model
102} // namespace KinesisAnalytics
103} // namespace Aws
AWS_KINESISANALYTICS_API S3ReferenceDataSourceDescription()=default
S3ReferenceDataSourceDescription & WithBucketARN(BucketARNT &&value)
S3ReferenceDataSourceDescription & WithFileKey(FileKeyT &&value)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ReferenceDataSourceDescription & WithReferenceRoleARN(ReferenceRoleARNT &&value)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue