7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
19namespace KinesisAnalyticsV2 {
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>
78 template <
typename ObjectVersionUpdateT = Aws::String>
80 m_objectVersionUpdateHasBeenSet =
true;
81 m_objectVersionUpdate = std::forward<ObjectVersionUpdateT>(value);
83 template <
typename ObjectVersionUpdateT = Aws::String>
95 bool m_bucketARNUpdateHasBeenSet =
false;
96 bool m_fileKeyUpdateHasBeenSet =
false;
97 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