7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
47 template<
typename BucketARNUpdateT = Aws::String>
48 void SetBucketARNUpdate(BucketARNUpdateT&& value) { m_bucketARNUpdateHasBeenSet =
true; m_bucketARNUpdate = std::forward<BucketARNUpdateT>(value); }
49 template<
typename BucketARNUpdateT = Aws::String>
59 template<
typename BasePathUpdateT = Aws::String>
60 void SetBasePathUpdate(BasePathUpdateT&& value) { m_basePathUpdateHasBeenSet =
true; m_basePathUpdate = std::forward<BasePathUpdateT>(value); }
61 template<
typename BasePathUpdateT = Aws::String>
67 bool m_bucketARNUpdateHasBeenSet =
false;
70 bool m_basePathUpdateHasBeenSet =
false;
S3ContentBaseLocationUpdate & WithBasePathUpdate(BasePathUpdateT &&value)
bool BucketARNUpdateHasBeenSet() const
bool BasePathUpdateHasBeenSet() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate()=default
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ContentBaseLocationUpdate & WithBucketARNUpdate(BucketARNUpdateT &&value)
const Aws::String & GetBucketARNUpdate() const
void SetBasePathUpdate(BasePathUpdateT &&value)
const Aws::String & GetBasePathUpdate() const
void SetBucketARNUpdate(BucketARNUpdateT &&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