AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ReplicationTopicNameConfiguration.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/ReplicationTopicNameConfigurationType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Kafka {
20namespace Model {
21
30 public:
31 AWS_KAFKA_API ReplicationTopicNameConfiguration() = default;
34 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline ReplicationTopicNameConfigurationType GetType() const { return m_type; }
41 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
43 m_typeHasBeenSet = true;
44 m_type = value;
45 }
47 SetType(value);
48 return *this;
49 }
51 private:
53 bool m_typeHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace Kafka
58} // namespace Aws
AWS_KAFKA_API ReplicationTopicNameConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
ReplicationTopicNameConfiguration & WithType(ReplicationTopicNameConfigurationType value)
AWS_KAFKA_API ReplicationTopicNameConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetType(ReplicationTopicNameConfigurationType value)
Aws::Utils::Json::JsonValue JsonValue