7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/model/KafkaSchemaRegistryConfig.h>
53 template<
typename ConsumerGroupIdT = Aws::String>
54 void SetConsumerGroupId(ConsumerGroupIdT&& value) { m_consumerGroupIdHasBeenSet =
true; m_consumerGroupId = std::forward<ConsumerGroupIdT>(value); }
55 template<
typename ConsumerGroupIdT = Aws::String>
65 template<
typename SchemaRegistryConfigT = KafkaSchemaRegistryConfig>
66 void SetSchemaRegistryConfig(SchemaRegistryConfigT&& value) { m_schemaRegistryConfigHasBeenSet =
true; m_schemaRegistryConfig = std::forward<SchemaRegistryConfigT>(value); }
67 template<
typename SchemaRegistryConfigT = KafkaSchemaRegistryConfig>
73 bool m_consumerGroupIdHasBeenSet =
false;
76 bool m_schemaRegistryConfigHasBeenSet =
false;
AmazonManagedKafkaEventSourceConfig & WithConsumerGroupId(ConsumerGroupIdT &&value)
bool ConsumerGroupIdHasBeenSet() const
AWS_LAMBDA_API AmazonManagedKafkaEventSourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API AmazonManagedKafkaEventSourceConfig()=default
const KafkaSchemaRegistryConfig & GetSchemaRegistryConfig() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AmazonManagedKafkaEventSourceConfig & WithSchemaRegistryConfig(SchemaRegistryConfigT &&value)
void SetSchemaRegistryConfig(SchemaRegistryConfigT &&value)
const Aws::String & GetConsumerGroupId() const
void SetConsumerGroupId(ConsumerGroupIdT &&value)
AWS_LAMBDA_API AmazonManagedKafkaEventSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SchemaRegistryConfigHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue