7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
52 template<
typename BucketARNT = Aws::String>
53 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet =
true; m_bucketARN = std::forward<BucketARNT>(value); }
54 template<
typename BucketARNT = Aws::String>
64 template<
typename FileKeyT = Aws::String>
65 void SetFileKey(FileKeyT&& value) { m_fileKeyHasBeenSet =
true; m_fileKey = std::forward<FileKeyT>(value); }
66 template<
typename FileKeyT = Aws::String>
79 template<
typename ReferenceRoleARNT = Aws::String>
80 void SetReferenceRoleARN(ReferenceRoleARNT&& value) { m_referenceRoleARNHasBeenSet =
true; m_referenceRoleARN = std::forward<ReferenceRoleARNT>(value); }
81 template<
typename ReferenceRoleARNT = Aws::String>
87 bool m_bucketARNHasBeenSet =
false;
90 bool m_fileKeyHasBeenSet =
false;
93 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