AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
S3ReferenceDataSourceDescription.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 S3ReferenceDataSourceDescription() = default;
32 AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceDescription(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetBucketARN() const { return m_bucketARN; }
41 inline bool BucketARNHasBeenSet() const { return m_bucketARNHasBeenSet; }
42 template <typename BucketARNT = Aws::String>
43 void SetBucketARN(BucketARNT&& value) {
44 m_bucketARNHasBeenSet = true;
45 m_bucketARN = std::forward<BucketARNT>(value);
46 }
47 template <typename BucketARNT = Aws::String>
49 SetBucketARN(std::forward<BucketARNT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetFileKey() const { return m_fileKey; }
59 inline bool FileKeyHasBeenSet() const { return m_fileKeyHasBeenSet; }
60 template <typename FileKeyT = Aws::String>
61 void SetFileKey(FileKeyT&& value) {
62 m_fileKeyHasBeenSet = true;
63 m_fileKey = std::forward<FileKeyT>(value);
64 }
65 template <typename FileKeyT = Aws::String>
67 SetFileKey(std::forward<FileKeyT>(value));
68 return *this;
69 }
71
73
80 inline const Aws::String& GetReferenceRoleARN() const { return m_referenceRoleARN; }
81 inline bool ReferenceRoleARNHasBeenSet() const { return m_referenceRoleARNHasBeenSet; }
82 template <typename ReferenceRoleARNT = Aws::String>
83 void SetReferenceRoleARN(ReferenceRoleARNT&& value) {
84 m_referenceRoleARNHasBeenSet = true;
85 m_referenceRoleARN = std::forward<ReferenceRoleARNT>(value);
86 }
87 template <typename ReferenceRoleARNT = Aws::String>
89 SetReferenceRoleARN(std::forward<ReferenceRoleARNT>(value));
90 return *this;
91 }
93 private:
94 Aws::String m_bucketARN;
95
96 Aws::String m_fileKey;
97
98 Aws::String m_referenceRoleARN;
99 bool m_bucketARNHasBeenSet = false;
100 bool m_fileKeyHasBeenSet = false;
101 bool m_referenceRoleARNHasBeenSet = false;
102};
103
104} // namespace Model
105} // namespace KinesisAnalyticsV2
106} // namespace Aws
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ReferenceDataSourceDescription & WithBucketARN(BucketARNT &&value)
S3ReferenceDataSourceDescription & WithReferenceRoleARN(ReferenceRoleARNT &&value)
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceDescription()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue