7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/KafkaSchemaRegistryAccessConfig.h>
11#include <aws/lambda/model/KafkaSchemaValidationConfig.h>
12#include <aws/lambda/model/SchemaRegistryEventRecordFormat.h>
48 template <
typename SchemaRegistryURIT = Aws::String>
50 m_schemaRegistryURIHasBeenSet =
true;
51 m_schemaRegistryURI = std::forward<SchemaRegistryURIT>(value);
53 template <
typename SchemaRegistryURIT = Aws::String>
72 m_eventRecordFormatHasBeenSet =
true;
73 m_eventRecordFormat = value;
88 template <
typename AccessConfigsT = Aws::Vector<KafkaSchemaRegistryAccessConfig>>
90 m_accessConfigsHasBeenSet =
true;
91 m_accessConfigs = std::forward<AccessConfigsT>(value);
93 template <
typename AccessConfigsT = Aws::Vector<KafkaSchemaRegistryAccessConfig>>
98 template <
typename AccessConfigsT = KafkaSchemaRegistryAccessConfig>
100 m_accessConfigsHasBeenSet =
true;
101 m_accessConfigs.emplace_back(std::forward<AccessConfigsT>(value));
114 template <
typename SchemaVal
idationConfigsT = Aws::Vector<KafkaSchemaVal
idationConfig>>
116 m_schemaValidationConfigsHasBeenSet =
true;
117 m_schemaValidationConfigs = std::forward<SchemaValidationConfigsT>(value);
119 template <
typename SchemaVal
idationConfigsT = Aws::Vector<KafkaSchemaVal
idationConfig>>
124 template <
typename SchemaVal
idationConfigsT = KafkaSchemaVal
idationConfig>
126 m_schemaValidationConfigsHasBeenSet =
true;
127 m_schemaValidationConfigs.emplace_back(std::forward<SchemaValidationConfigsT>(value));
139 bool m_schemaRegistryURIHasBeenSet =
false;
140 bool m_eventRecordFormatHasBeenSet =
false;
141 bool m_accessConfigsHasBeenSet =
false;
142 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