7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/model/SchemaRegistryEventRecordFormat.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lambda/model/KafkaSchemaRegistryAccessConfig.h>
12#include <aws/lambda/model/KafkaSchemaValidationConfig.h>
54 template<
typename SchemaRegistryURIT = Aws::String>
55 void SetSchemaRegistryURI(SchemaRegistryURIT&& value) { m_schemaRegistryURIHasBeenSet =
true; m_schemaRegistryURI = std::forward<SchemaRegistryURIT>(value); }
56 template<
typename SchemaRegistryURIT = Aws::String>
82 template<
typename AccessConfigsT = Aws::Vector<KafkaSchemaRegistryAccessConfig>>
83 void SetAccessConfigs(AccessConfigsT&& value) { m_accessConfigsHasBeenSet =
true; m_accessConfigs = std::forward<AccessConfigsT>(value); }
84 template<
typename AccessConfigsT = Aws::Vector<KafkaSchemaRegistryAccessConfig>>
86 template<
typename AccessConfigsT = KafkaSchemaRegistryAccessConfig>
98 template<
typename SchemaVal
idationConfigsT = Aws::Vector<KafkaSchemaVal
idationConfig>>
99 void SetSchemaValidationConfigs(SchemaValidationConfigsT&& value) { m_schemaValidationConfigsHasBeenSet =
true; m_schemaValidationConfigs = std::forward<SchemaValidationConfigsT>(value); }
100 template<
typename SchemaVal
idationConfigsT = Aws::Vector<KafkaSchemaVal
idationConfig>>
102 template<
typename SchemaVal
idationConfigsT = KafkaSchemaVal
idationConfig>
108 bool m_schemaRegistryURIHasBeenSet =
false;
111 bool m_eventRecordFormatHasBeenSet =
false;
114 bool m_accessConfigsHasBeenSet =
false;
117 bool m_schemaValidationConfigsHasBeenSet =
false;
AWS_LAMBDA_API KafkaSchemaRegistryConfig()=default
const Aws::String & GetSchemaRegistryURI() const
void SetEventRecordFormat(SchemaRegistryEventRecordFormat value)
SchemaRegistryEventRecordFormat GetEventRecordFormat() const
void SetSchemaRegistryURI(SchemaRegistryURIT &&value)
const Aws::Vector< KafkaSchemaRegistryAccessConfig > & GetAccessConfigs() const
AWS_LAMBDA_API KafkaSchemaRegistryConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
KafkaSchemaRegistryConfig & WithSchemaRegistryURI(SchemaRegistryURIT &&value)
bool AccessConfigsHasBeenSet() const
KafkaSchemaRegistryConfig & WithAccessConfigs(AccessConfigsT &&value)
void SetAccessConfigs(AccessConfigsT &&value)
KafkaSchemaRegistryConfig & AddAccessConfigs(AccessConfigsT &&value)
KafkaSchemaRegistryConfig & WithEventRecordFormat(SchemaRegistryEventRecordFormat value)
KafkaSchemaRegistryConfig & AddSchemaValidationConfigs(SchemaValidationConfigsT &&value)
KafkaSchemaRegistryConfig & WithSchemaValidationConfigs(SchemaValidationConfigsT &&value)
bool SchemaValidationConfigsHasBeenSet() const
const Aws::Vector< KafkaSchemaValidationConfig > & GetSchemaValidationConfigs() const
bool SchemaRegistryURIHasBeenSet() const
bool EventRecordFormatHasBeenSet() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API KafkaSchemaRegistryConfig(Aws::Utils::Json::JsonView jsonValue)
void SetSchemaValidationConfigs(SchemaValidationConfigsT &&value)
SchemaRegistryEventRecordFormat
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue