7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/KafkaSchemaRegistryAuthType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename URIT = Aws::String>
65 void SetURI(URIT&& value) { m_uRIHasBeenSet =
true; m_uRI = std::forward<URIT>(value); }
66 template<
typename URIT = Aws::String>
72 bool m_typeHasBeenSet =
false;
75 bool m_uRIHasBeenSet =
false;
KafkaSchemaRegistryAccessConfig & WithType(KafkaSchemaRegistryAuthType value)
AWS_LAMBDA_API KafkaSchemaRegistryAccessConfig()=default
void SetURI(URIT &&value)
bool TypeHasBeenSet() const
bool URIHasBeenSet() const
KafkaSchemaRegistryAuthType GetType() const
KafkaSchemaRegistryAccessConfig & WithURI(URIT &&value)
const Aws::String & GetURI() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(KafkaSchemaRegistryAuthType value)
AWS_LAMBDA_API KafkaSchemaRegistryAccessConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API KafkaSchemaRegistryAccessConfig(Aws::Utils::Json::JsonView jsonValue)
KafkaSchemaRegistryAuthType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue