AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Kafka
22{
23namespace Model
24{
25
34 {
35 public:
39 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const ReplicationTopicNameConfigurationType& GetType() const{ return m_type; }
47 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
48 inline void SetType(const ReplicationTopicNameConfigurationType& value) { m_typeHasBeenSet = true; m_type = value; }
49 inline void SetType(ReplicationTopicNameConfigurationType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
53 private:
54
56 bool m_typeHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace Kafka
61} // namespace Aws
ReplicationTopicNameConfiguration & WithType(const ReplicationTopicNameConfigurationType &value)
ReplicationTopicNameConfiguration & WithType(ReplicationTopicNameConfigurationType &&value)
AWS_KAFKA_API ReplicationTopicNameConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const ReplicationTopicNameConfigurationType &value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
const ReplicationTopicNameConfigurationType & GetType() const
void SetType(ReplicationTopicNameConfigurationType &&value)
AWS_KAFKA_API ReplicationTopicNameConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue