AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
KafkaSchemaRegistryAccessConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9#include <aws/lambda/model/KafkaSchemaRegistryAuthType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Lambda {
21namespace Model {
22
35 public:
36 AWS_LAMBDA_API KafkaSchemaRegistryAccessConfig() = default;
39 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
40
42
45 inline KafkaSchemaRegistryAuthType GetType() const { return m_type; }
46 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
48 m_typeHasBeenSet = true;
49 m_type = value;
50 }
52 SetType(value);
53 return *this;
54 }
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) {
66 m_uRIHasBeenSet = true;
67 m_uRI = std::forward<URIT>(value);
68 }
69 template <typename URIT = Aws::String>
71 SetURI(std::forward<URIT>(value));
72 return *this;
73 }
75 private:
77
78 Aws::String m_uRI;
79 bool m_typeHasBeenSet = false;
80 bool m_uRIHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace Lambda
85} // 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