7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
19namespace KinesisAnalyticsV2 {
44 template <
typename BucketARNT = Aws::String>
46 m_bucketARNHasBeenSet =
true;
47 m_bucketARN = std::forward<BucketARNT>(value);
49 template <
typename BucketARNT = Aws::String>
62 template <
typename FileKeyT = Aws::String>
64 m_fileKeyHasBeenSet =
true;
65 m_fileKey = std::forward<FileKeyT>(value);
67 template <
typename FileKeyT = Aws::String>
77 bool m_bucketARNHasBeenSet =
false;
78 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