AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
KafkaSchemaRegistryAccessConfig.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/KafkaSchemaRegistryAuthType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Lambda
23{
24namespace Model
25{
26
39 {
40 public:
41 AWS_LAMBDA_API KafkaSchemaRegistryAccessConfig() = default;
44 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
45
46
48
51 inline KafkaSchemaRegistryAuthType GetType() const { return m_type; }
52 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
53 inline void SetType(KafkaSchemaRegistryAuthType value) { m_typeHasBeenSet = true; m_type = value; }
56
58
62 inline const Aws::String& GetURI() const { return m_uRI; }
63 inline bool URIHasBeenSet() const { return m_uRIHasBeenSet; }
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>
67 KafkaSchemaRegistryAccessConfig& WithURI(URIT&& value) { SetURI(std::forward<URIT>(value)); return *this;}
69 private:
70
72 bool m_typeHasBeenSet = false;
73
74 Aws::String m_uRI;
75 bool m_uRIHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace Lambda
80} // namespace Aws
KafkaSchemaRegistryAccessConfig & WithType(KafkaSchemaRegistryAuthType value)
AWS_LAMBDA_API KafkaSchemaRegistryAccessConfig()=default
KafkaSchemaRegistryAccessConfig & WithURI(URIT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API KafkaSchemaRegistryAccessConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API KafkaSchemaRegistryAccessConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue