7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
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>
79 template <
typename ReferenceRoleARNUpdateT = Aws::String>
81 m_referenceRoleARNUpdateHasBeenSet =
true;
82 m_referenceRoleARNUpdate = std::forward<ReferenceRoleARNUpdateT>(value);
84 template <
typename ReferenceRoleARNUpdateT = Aws::String>
96 bool m_bucketARNUpdateHasBeenSet =
false;
97 bool m_fileKeyUpdateHasBeenSet =
false;
98 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