7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
19namespace KinesisAnalyticsV2 {
42 template <
typename BucketARNUpdateT = Aws::String>
44 m_bucketARNUpdateHasBeenSet =
true;
45 m_bucketARNUpdate = std::forward<BucketARNUpdateT>(value);
47 template <
typename BucketARNUpdateT = Aws::String>
60 template <
typename FileKeyUpdateT = Aws::String>
62 m_fileKeyUpdateHasBeenSet =
true;
63 m_fileKeyUpdate = std::forward<FileKeyUpdateT>(value);
65 template <
typename FileKeyUpdateT = Aws::String>
75 bool m_bucketARNUpdateHasBeenSet =
false;
76 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