7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
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); }
78 inline void SetObjectVersionUpdate(
const char* value) { m_objectVersionUpdateHasBeenSet =
true; m_objectVersionUpdate.assign(value); }
86 bool m_bucketARNUpdateHasBeenSet =
false;
89 bool m_fileKeyUpdateHasBeenSet =
false;
92 bool m_objectVersionUpdateHasBeenSet =
false;
void SetObjectVersionUpdate(Aws::String &&value)
S3ContentLocationUpdate & WithBucketARNUpdate(const char *value)
void SetObjectVersionUpdate(const char *value)
void SetFileKeyUpdate(const char *value)
void SetBucketARNUpdate(Aws::String &&value)
S3ContentLocationUpdate & WithObjectVersionUpdate(const Aws::String &value)
S3ContentLocationUpdate & WithBucketARNUpdate(Aws::String &&value)
void SetBucketARNUpdate(const char *value)
bool BucketARNUpdateHasBeenSet() const
S3ContentLocationUpdate & WithObjectVersionUpdate(Aws::String &&value)
void SetObjectVersionUpdate(const Aws::String &value)
S3ContentLocationUpdate & WithFileKeyUpdate(Aws::String &&value)
void SetBucketARNUpdate(const Aws::String &value)
bool FileKeyUpdateHasBeenSet() const
void SetFileKeyUpdate(const Aws::String &value)
S3ContentLocationUpdate & WithObjectVersionUpdate(const char *value)
S3ContentLocationUpdate & WithBucketARNUpdate(const Aws::String &value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
S3ContentLocationUpdate & WithFileKeyUpdate(const Aws::String &value)
bool ObjectVersionUpdateHasBeenSet() const
AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate(Aws::Utils::Json::JsonView jsonValue)
S3ContentLocationUpdate & WithFileKeyUpdate(const char *value)
const Aws::String & GetFileKeyUpdate() const
const Aws::String & GetBucketARNUpdate() const
void SetFileKeyUpdate(Aws::String &&value)
const Aws::String & GetObjectVersionUpdate() const
AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate()
AWS_KINESISANALYTICSV2_API S3ContentLocationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue