7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9#include <aws/lambda/model/KafkaSchemaRegistryAuthType.h>
48 m_typeHasBeenSet =
true;
64 template <
typename URIT = Aws::String>
66 m_uRIHasBeenSet =
true;
67 m_uRI = std::forward<URIT>(value);
69 template <
typename URIT = Aws::String>
71 SetURI(std::forward<URIT>(value));
79 bool m_typeHasBeenSet =
false;
80 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