7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
10#include <aws/kafka/model/Rebalancing.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 CurrentVersionT = Aws::String>
62 m_currentVersionHasBeenSet =
true;
63 m_currentVersion = std::forward<CurrentVersionT>(value);
65 template <
typename CurrentVersionT = Aws::String>
82 template <
typename RebalancingT = Rebalancing>
84 m_rebalancingHasBeenSet =
true;
85 m_rebalancing = std::forward<RebalancingT>(value);
87 template <
typename RebalancingT = Rebalancing>
99 bool m_clusterArnHasBeenSet =
false;
100 bool m_currentVersionHasBeenSet =
false;
101 bool m_rebalancingHasBeenSet =
false;
AWS_KAFKA_API UpdateRebalancingRequest()=default
const Aws::String & GetCurrentVersion() const
UpdateRebalancingRequest & WithClusterArn(ClusterArnT &&value)
bool CurrentVersionHasBeenSet() const
void SetRebalancing(RebalancingT &&value)
const Rebalancing & GetRebalancing() const
bool RebalancingHasBeenSet() const
bool ClusterArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateRebalancingRequest & WithRebalancing(RebalancingT &&value)
void SetCurrentVersion(CurrentVersionT &&value)
UpdateRebalancingRequest & WithCurrentVersion(CurrentVersionT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
const Aws::String & GetClusterArn() const
void SetClusterArn(ClusterArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String