7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
49 inline void SetBucketARNUpdate(
const char* value) { m_bucketARNUpdateHasBeenSet =
true; m_bucketARNUpdate.assign(value); }
63 inline void SetBasePathUpdate(
const char* value) { m_basePathUpdateHasBeenSet =
true; m_basePathUpdate.assign(value); }
71 bool m_bucketARNUpdateHasBeenSet =
false;
74 bool m_basePathUpdateHasBeenSet =
false;
bool BucketARNUpdateHasBeenSet() const
void SetBasePathUpdate(const char *value)
S3ContentBaseLocationUpdate & WithBasePathUpdate(const char *value)
bool BasePathUpdateHasBeenSet() const
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate()
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucketARNUpdate(const char *value)
S3ContentBaseLocationUpdate & WithBucketARNUpdate(const Aws::String &value)
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketARNUpdate(Aws::String &&value)
void SetBasePathUpdate(const Aws::String &value)
const Aws::String & GetBucketARNUpdate() const
void SetBucketARNUpdate(const Aws::String &value)
S3ContentBaseLocationUpdate & WithBucketARNUpdate(const char *value)
S3ContentBaseLocationUpdate & WithBasePathUpdate(Aws::String &&value)
const Aws::String & GetBasePathUpdate() const
void SetBasePathUpdate(Aws::String &&value)
S3ContentBaseLocationUpdate & WithBucketARNUpdate(Aws::String &&value)
S3ContentBaseLocationUpdate & WithBasePathUpdate(const Aws::String &value)
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue