7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
50 inline void SetBucketARNUpdate(
const char* value) { m_bucketARNUpdateHasBeenSet =
true; m_bucketARNUpdate.assign(value); }
64 inline void SetFileKeyUpdate(
const char* value) { m_fileKeyUpdateHasBeenSet =
true; m_fileKeyUpdate.assign(value); }
79 inline void SetReferenceRoleARNUpdate(
const char* value) { m_referenceRoleARNUpdateHasBeenSet =
true; m_referenceRoleARNUpdate.assign(value); }
87 bool m_bucketARNUpdateHasBeenSet =
false;
90 bool m_fileKeyUpdateHasBeenSet =
false;
93 bool m_referenceRoleARNUpdateHasBeenSet =
false;
const Aws::String & GetFileKeyUpdate() const
void SetFileKeyUpdate(const Aws::String &value)
S3ReferenceDataSourceUpdate & WithBucketARNUpdate(const Aws::String &value)
void SetFileKeyUpdate(const char *value)
S3ReferenceDataSourceUpdate & WithBucketARNUpdate(const char *value)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FileKeyUpdateHasBeenSet() const
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetReferenceRoleARNUpdate() const
void SetReferenceRoleARNUpdate(Aws::String &&value)
bool ReferenceRoleARNUpdateHasBeenSet() const
const Aws::String & GetBucketARNUpdate() const
S3ReferenceDataSourceUpdate & WithFileKeyUpdate(Aws::String &&value)
void SetBucketARNUpdate(Aws::String &&value)
void SetBucketARNUpdate(const char *value)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API S3ReferenceDataSourceUpdate()
S3ReferenceDataSourceUpdate & WithReferenceRoleARNUpdate(const char *value)
bool BucketARNUpdateHasBeenSet() const
void SetBucketARNUpdate(const Aws::String &value)
S3ReferenceDataSourceUpdate & WithFileKeyUpdate(const char *value)
void SetReferenceRoleARNUpdate(const Aws::String &value)
S3ReferenceDataSourceUpdate & WithBucketARNUpdate(Aws::String &&value)
void SetFileKeyUpdate(Aws::String &&value)
S3ReferenceDataSourceUpdate & WithReferenceRoleARNUpdate(Aws::String &&value)
S3ReferenceDataSourceUpdate & WithFileKeyUpdate(const Aws::String &value)
S3ReferenceDataSourceUpdate & WithReferenceRoleARNUpdate(const Aws::String &value)
void SetReferenceRoleARNUpdate(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue