7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/kafkaconnect/model/S3LocationDescription.h>
48 template<
typename S3LocationT = S3LocationDescription>
49 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
50 template<
typename S3LocationT = S3LocationDescription>
56 bool m_s3LocationHasBeenSet =
false;
CustomPluginLocationDescription & WithS3Location(S3LocationT &&value)
AWS_KAFKACONNECT_API CustomPluginLocationDescription()=default
bool S3LocationHasBeenSet() const
AWS_KAFKACONNECT_API CustomPluginLocationDescription(Aws::Utils::Json::JsonView jsonValue)
void SetS3Location(S3LocationT &&value)
AWS_KAFKACONNECT_API CustomPluginLocationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3LocationDescription & GetS3Location() const
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue