7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/kafka/KafkaRequest.h>
11#include <aws/kafka/Kafka_EXPORTS.h>
12#include <aws/kafka/model/KafkaCluster.h>
13#include <aws/kafka/model/LogDelivery.h>
14#include <aws/kafka/model/ReplicationInfo.h>
46 template <
typename DescriptionT = Aws::String>
48 m_descriptionHasBeenSet =
true;
49 m_description = std::forward<DescriptionT>(value);
51 template <
typename DescriptionT = Aws::String>
64 template <
typename KafkaClustersT = Aws::Vector<KafkaCluster>>
66 m_kafkaClustersHasBeenSet =
true;
67 m_kafkaClusters = std::forward<KafkaClustersT>(value);
69 template <
typename KafkaClustersT = Aws::Vector<KafkaCluster>>
74 template <
typename KafkaClustersT = KafkaCluster>
76 m_kafkaClustersHasBeenSet =
true;
77 m_kafkaClusters.emplace_back(std::forward<KafkaClustersT>(value));
89 template <
typename ReplicationInfoListT = Aws::Vector<ReplicationInfo>>
91 m_replicationInfoListHasBeenSet =
true;
92 m_replicationInfoList = std::forward<ReplicationInfoListT>(value);
94 template <
typename ReplicationInfoListT = Aws::Vector<ReplicationInfo>>
99 template <
typename ReplicationInfoListT = ReplicationInfo>
101 m_replicationInfoListHasBeenSet =
true;
102 m_replicationInfoList.emplace_back(std::forward<ReplicationInfoListT>(value));
114 template <
typename ReplicatorNameT = Aws::String>
116 m_replicatorNameHasBeenSet =
true;
117 m_replicatorName = std::forward<ReplicatorNameT>(value);
119 template <
typename ReplicatorNameT = Aws::String>
133 template <
typename ServiceExecutionRoleArnT = Aws::String>
135 m_serviceExecutionRoleArnHasBeenSet =
true;
136 m_serviceExecutionRoleArn = std::forward<ServiceExecutionRoleArnT>(value);
138 template <
typename ServiceExecutionRoleArnT = Aws::String>
151 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
153 m_tagsHasBeenSet =
true;
154 m_tags = std::forward<TagsT>(value);
156 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
158 SetTags(std::forward<TagsT>(value));
161 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
163 m_tagsHasBeenSet =
true;
164 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
175 template <
typename LogDeliveryT = LogDelivery>
177 m_logDeliveryHasBeenSet =
true;
178 m_logDelivery = std::forward<LogDeliveryT>(value);
180 template <
typename LogDeliveryT = LogDelivery>
200 bool m_descriptionHasBeenSet =
false;
201 bool m_kafkaClustersHasBeenSet =
false;
202 bool m_replicationInfoListHasBeenSet =
false;
203 bool m_replicatorNameHasBeenSet =
false;
204 bool m_serviceExecutionRoleArnHasBeenSet =
false;
205 bool m_tagsHasBeenSet =
false;
206 bool m_logDeliveryHasBeenSet =
false;
const Aws::Vector< KafkaCluster > & GetKafkaClusters() const
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
CreateReplicatorRequest & WithDescription(DescriptionT &&value)
CreateReplicatorRequest & WithLogDelivery(LogDeliveryT &&value)
bool DescriptionHasBeenSet() const
CreateReplicatorRequest & AddReplicationInfoList(ReplicationInfoListT &&value)
CreateReplicatorRequest & WithReplicatorName(ReplicatorNameT &&value)
void SetServiceExecutionRoleArn(ServiceExecutionRoleArnT &&value)
const LogDelivery & GetLogDelivery() const
bool KafkaClustersHasBeenSet() const
AWS_KAFKA_API CreateReplicatorRequest()=default
CreateReplicatorRequest & AddKafkaClusters(KafkaClustersT &&value)
CreateReplicatorRequest & WithKafkaClusters(KafkaClustersT &&value)
void SetLogDelivery(LogDeliveryT &&value)
bool TagsHasBeenSet() const
void SetReplicationInfoList(ReplicationInfoListT &&value)
bool ReplicatorNameHasBeenSet() const
CreateReplicatorRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Vector< ReplicationInfo > & GetReplicationInfoList() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetKafkaClusters(KafkaClustersT &&value)
bool ReplicationInfoListHasBeenSet() const
CreateReplicatorRequest & WithServiceExecutionRoleArn(ServiceExecutionRoleArnT &&value)
CreateReplicatorRequest & WithTags(TagsT &&value)
const Aws::String & GetReplicatorName() const
void SetReplicatorName(ReplicatorNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_KAFKA_API Aws::String SerializePayload() const override
bool LogDeliveryHasBeenSet() const
const Aws::String & GetServiceExecutionRoleArn() const
bool ServiceExecutionRoleArnHasBeenSet() const
CreateReplicatorRequest & WithReplicationInfoList(ReplicationInfoListT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector