7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
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>
73 template<
typename ReferenceRoleARNUpdateT = Aws::String>
74 void SetReferenceRoleARNUpdate(ReferenceRoleARNUpdateT&& value) { m_referenceRoleARNUpdateHasBeenSet =
true; m_referenceRoleARNUpdate = std::forward<ReferenceRoleARNUpdateT>(value); }
75 template<
typename ReferenceRoleARNUpdateT = Aws::String>
81 bool m_bucketARNUpdateHasBeenSet =
false;
84 bool m_fileKeyUpdateHasBeenSet =
false;
87 bool m_referenceRoleARNUpdateHasBeenSet =
false;
const Aws::String & GetFileKeyUpdate() const
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketARNUpdate(BucketARNUpdateT &&value)
bool FileKeyUpdateHasBeenSet() const
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetReferenceRoleARNUpdate() const
void SetReferenceRoleARNUpdate(ReferenceRoleARNUpdateT &&value)
S3ReferenceDataSourceUpdate & WithBucketARNUpdate(BucketARNUpdateT &&value)
S3ReferenceDataSourceUpdate & WithFileKeyUpdate(FileKeyUpdateT &&value)
S3ReferenceDataSourceUpdate & WithReferenceRoleARNUpdate(ReferenceRoleARNUpdateT &&value)
bool ReferenceRoleARNUpdateHasBeenSet() const
const Aws::String & GetBucketARNUpdate() const
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetFileKeyUpdate(FileKeyUpdateT &&value)
bool BucketARNUpdateHasBeenSet() const
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue