7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
44 m_copyAccessControlListsForTopicsHasBeenSet =
true;
45 m_copyAccessControlListsForTopics = value;
61 m_copyTopicConfigurationsHasBeenSet =
true;
62 m_copyTopicConfigurations = value;
77 m_detectAndCopyNewTopicsHasBeenSet =
true;
78 m_detectAndCopyNewTopics = value;
93 template <
typename TopicsToExcludeT = Aws::Vector<Aws::String>>
95 m_topicsToExcludeHasBeenSet =
true;
96 m_topicsToExclude = std::forward<TopicsToExcludeT>(value);
98 template <
typename TopicsToExcludeT = Aws::Vector<Aws::String>>
103 template <
typename TopicsToExcludeT = Aws::String>
105 m_topicsToExcludeHasBeenSet =
true;
106 m_topicsToExclude.emplace_back(std::forward<TopicsToExcludeT>(value));
117 template <
typename TopicsToReplicateT = Aws::Vector<Aws::String>>
119 m_topicsToReplicateHasBeenSet =
true;
120 m_topicsToReplicate = std::forward<TopicsToReplicateT>(value);
122 template <
typename TopicsToReplicateT = Aws::Vector<Aws::String>>
127 template <
typename TopicsToReplicateT = Aws::String>
129 m_topicsToReplicateHasBeenSet =
true;
130 m_topicsToReplicate.emplace_back(std::forward<TopicsToReplicateT>(value));
135 bool m_copyAccessControlListsForTopics{
false};
137 bool m_copyTopicConfigurations{
false};
139 bool m_detectAndCopyNewTopics{
false};
144 bool m_copyAccessControlListsForTopicsHasBeenSet =
false;
145 bool m_copyTopicConfigurationsHasBeenSet =
false;
146 bool m_detectAndCopyNewTopicsHasBeenSet =
false;
147 bool m_topicsToExcludeHasBeenSet =
false;
148 bool m_topicsToReplicateHasBeenSet =
false;
TopicReplicationUpdate & AddTopicsToReplicate(TopicsToReplicateT &&value)
TopicReplicationUpdate & WithTopicsToReplicate(TopicsToReplicateT &&value)
TopicReplicationUpdate & AddTopicsToExclude(TopicsToExcludeT &&value)
TopicReplicationUpdate & WithDetectAndCopyNewTopics(bool value)
void SetTopicsToReplicate(TopicsToReplicateT &&value)
void SetCopyAccessControlListsForTopics(bool value)
bool TopicsToExcludeHasBeenSet() const
bool GetCopyAccessControlListsForTopics() const
TopicReplicationUpdate & WithCopyTopicConfigurations(bool value)
TopicReplicationUpdate & WithTopicsToExclude(TopicsToExcludeT &&value)
const Aws::Vector< Aws::String > & GetTopicsToExclude() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDetectAndCopyNewTopics(bool value)
bool TopicsToReplicateHasBeenSet() const
bool DetectAndCopyNewTopicsHasBeenSet() const
void SetTopicsToExclude(TopicsToExcludeT &&value)
bool GetCopyTopicConfigurations() const
void SetCopyTopicConfigurations(bool value)
bool CopyAccessControlListsForTopicsHasBeenSet() const
bool CopyTopicConfigurationsHasBeenSet() const
AWS_KAFKA_API TopicReplicationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API TopicReplicationUpdate()=default
const Aws::Vector< Aws::String > & GetTopicsToReplicate() const
TopicReplicationUpdate & WithCopyAccessControlListsForTopics(bool value)
bool GetDetectAndCopyNewTopics() const
AWS_KAFKA_API TopicReplicationUpdate(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue