7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
41 m_enabledHasBeenSet =
true;
56 template <
typename BucketT = Aws::String>
58 m_bucketHasBeenSet =
true;
59 m_bucket = std::forward<BucketT>(value);
61 template <
typename BucketT = Aws::String>
74 template <
typename PrefixT = Aws::String>
76 m_prefixHasBeenSet =
true;
77 m_prefix = std::forward<PrefixT>(value);
79 template <
typename PrefixT = Aws::String>
86 bool m_enabled{
false};
91 bool m_enabledHasBeenSet =
false;
92 bool m_bucketHasBeenSet =
false;
93 bool m_prefixHasBeenSet =
false;
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBucket() const
bool BucketHasBeenSet() const
ReplicatorS3 & WithPrefix(PrefixT &&value)
void SetEnabled(bool value)
AWS_KAFKA_API ReplicatorS3(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPrefix() const
void SetBucket(BucketT &&value)
ReplicatorS3 & WithEnabled(bool value)
ReplicatorS3 & WithBucket(BucketT &&value)
AWS_KAFKA_API ReplicatorS3()=default
bool PrefixHasBeenSet() const
AWS_KAFKA_API ReplicatorS3 & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EnabledHasBeenSet() const
void SetPrefix(PrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue