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