7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
40 template <
typename ClusterArnT = Aws::String>
42 m_clusterArnHasBeenSet =
true;
43 m_clusterArn = std::forward<ClusterArnT>(value);
45 template <
typename ClusterArnT = Aws::String>
60 template <
typename TopicNameT = Aws::String>
62 m_topicNameHasBeenSet =
true;
63 m_topicName = std::forward<TopicNameT>(value);
65 template <
typename TopicNameT = Aws::String>
80 template <
typename ConfigsT = Aws::String>
82 m_configsHasBeenSet =
true;
83 m_configs = std::forward<ConfigsT>(value);
85 template <
typename ConfigsT = Aws::String>
101 m_partitionCountHasBeenSet =
true;
102 m_partitionCount = value;
116 int m_partitionCount{0};
117 bool m_clusterArnHasBeenSet =
false;
118 bool m_topicNameHasBeenSet =
false;
119 bool m_configsHasBeenSet =
false;
120 bool m_partitionCountHasBeenSet =
false;
void SetTopicName(TopicNameT &&value)
void SetConfigs(ConfigsT &&value)
bool ConfigsHasBeenSet() const
bool TopicNameHasBeenSet() const
AWS_KAFKA_API UpdateTopicRequest()=default
UpdateTopicRequest & WithConfigs(ConfigsT &&value)
UpdateTopicRequest & WithClusterArn(ClusterArnT &&value)
bool ClusterArnHasBeenSet() const
void SetClusterArn(ClusterArnT &&value)
UpdateTopicRequest & WithTopicName(TopicNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_KAFKA_API Aws::String SerializePayload() const override
int GetPartitionCount() const
const Aws::String & GetConfigs() const
const Aws::String & GetTopicName() const
void SetPartitionCount(int value)
bool PartitionCountHasBeenSet() const
const Aws::String & GetClusterArn() const
UpdateTopicRequest & WithPartitionCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String