7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
46 template <
typename BucketARNT = Aws::String>
48 m_bucketARNHasBeenSet =
true;
49 m_bucketARN = std::forward<BucketARNT>(value);
51 template <
typename BucketARNT = Aws::String>
64 template <
typename FileKeyT = Aws::String>
66 m_fileKeyHasBeenSet =
true;
67 m_fileKey = std::forward<FileKeyT>(value);
69 template <
typename FileKeyT = Aws::String>
85 template <
typename ReferenceRoleARNT = Aws::String>
87 m_referenceRoleARNHasBeenSet =
true;
88 m_referenceRoleARN = std::forward<ReferenceRoleARNT>(value);
90 template <
typename ReferenceRoleARNT = Aws::String>
102 bool m_bucketARNHasBeenSet =
false;
103 bool m_fileKeyHasBeenSet =
false;
104 bool m_referenceRoleARNHasBeenSet =
false;
AWS_KINESISANALYTICS_API S3ReferenceDataSource()=default
AWS_KINESISANALYTICS_API S3ReferenceDataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFileKey(FileKeyT &&value)
void SetReferenceRoleARN(ReferenceRoleARNT &&value)
S3ReferenceDataSource & WithBucketARN(BucketARNT &&value)
const Aws::String & GetReferenceRoleARN() const
bool BucketARNHasBeenSet() const
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileKeyHasBeenSet() const
bool ReferenceRoleARNHasBeenSet() const
S3ReferenceDataSource & WithFileKey(FileKeyT &&value)
AWS_KINESISANALYTICS_API S3ReferenceDataSource(Aws::Utils::Json::JsonView jsonValue)
void SetBucketARN(BucketARNT &&value)
S3ReferenceDataSource & WithReferenceRoleARN(ReferenceRoleARNT &&value)
const Aws::String & GetFileKey() const
const Aws::String & GetBucketARN() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue