7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
48 template<
typename BucketARNUpdateT = Aws::String>
49 void SetBucketARNUpdate(BucketARNUpdateT&& value) { m_bucketARNUpdateHasBeenSet =
true; m_bucketARNUpdate = std::forward<BucketARNUpdateT>(value); }
50 template<
typename BucketARNUpdateT = Aws::String>
60 template<
typename FileKeyUpdateT = Aws::String>
61 void SetFileKeyUpdate(FileKeyUpdateT&& value) { m_fileKeyUpdateHasBeenSet =
true; m_fileKeyUpdate = std::forward<FileKeyUpdateT>(value); }
62 template<
typename FileKeyUpdateT = Aws::String>
68 bool m_bucketARNUpdateHasBeenSet =
false;
71 bool m_fileKeyUpdateHasBeenSet =
false;
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate()=default
const Aws::String & GetFileKeyUpdate() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
S3ReferenceDataSourceUpdate & WithFileKeyUpdate(FileKeyUpdateT &&value)
S3ReferenceDataSourceUpdate & WithBucketARNUpdate(BucketARNUpdateT &&value)
bool BucketARNUpdateHasBeenSet() const
void SetFileKeyUpdate(FileKeyUpdateT &&value)
bool FileKeyUpdateHasBeenSet() const
AWS_KINESISANALYTICSV2_API S3ReferenceDataSourceUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketARNUpdate() const
void SetBucketARNUpdate(BucketARNUpdateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue