7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
50 template<
typename BucketARNT = Aws::String>
51 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet =
true; m_bucketARN = std::forward<BucketARNT>(value); }
52 template<
typename BucketARNT = Aws::String>
62 template<
typename FileKeyT = Aws::String>
63 void SetFileKey(FileKeyT&& value) { m_fileKeyHasBeenSet =
true; m_fileKey = std::forward<FileKeyT>(value); }
64 template<
typename FileKeyT = Aws::String>
70 bool m_bucketARNHasBeenSet =
false;
73 bool m_fileKeyHasBeenSet =
false;
AWS_KINESISANALYTICSV2_API S3ReferenceDataSource(Aws::Utils::Json::JsonView jsonValue)
S3ReferenceDataSource & WithBucketARN(BucketARNT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API S3ReferenceDataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketARN(BucketARNT &&value)
void SetFileKey(FileKeyT &&value)
S3ReferenceDataSource & WithFileKey(FileKeyT &&value)
bool BucketARNHasBeenSet() const
const Aws::String & GetFileKey() const
bool FileKeyHasBeenSet() const
const Aws::String & GetBucketARN() const
AWS_KINESISANALYTICSV2_API S3ReferenceDataSource()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue