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;
bool ConsumerGroupIdHasBeenSet() const
AWS_LAMBDA_API SelfManagedKafkaEventSourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API SelfManagedKafkaEventSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const KafkaSchemaRegistryConfig & GetSchemaRegistryConfig() const
void SetSchemaRegistryConfig(SchemaRegistryConfigT &&value)
SelfManagedKafkaEventSourceConfig & WithSchemaRegistryConfig(SchemaRegistryConfigT &&value)
bool SchemaRegistryConfigHasBeenSet() const
AWS_LAMBDA_API SelfManagedKafkaEventSourceConfig()=default
void SetConsumerGroupId(ConsumerGroupIdT &&value)
SelfManagedKafkaEventSourceConfig & WithConsumerGroupId(ConsumerGroupIdT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetConsumerGroupId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue