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/ConfigurationInfo.h>
41 template <
typename ClusterArnT = Aws::String>
43 m_clusterArnHasBeenSet =
true;
44 m_clusterArn = std::forward<ClusterArnT>(value);
46 template <
typename ClusterArnT = Aws::String>
62 template <
typename ConfigurationInfoT = ConfigurationInfo>
64 m_configurationInfoHasBeenSet =
true;
65 m_configurationInfo = std::forward<ConfigurationInfoT>(value);
67 template <
typename ConfigurationInfoT = ConfigurationInfo>
82 template <
typename CurrentVersionT = Aws::String>
84 m_currentVersionHasBeenSet =
true;
85 m_currentVersion = std::forward<CurrentVersionT>(value);
87 template <
typename CurrentVersionT = Aws::String>
102 template <
typename TargetKafkaVersionT = Aws::String>
104 m_targetKafkaVersionHasBeenSet =
true;
105 m_targetKafkaVersion = std::forward<TargetKafkaVersionT>(value);
107 template <
typename TargetKafkaVersionT = Aws::String>
121 bool m_clusterArnHasBeenSet =
false;
122 bool m_configurationInfoHasBeenSet =
false;
123 bool m_currentVersionHasBeenSet =
false;
124 bool m_targetKafkaVersionHasBeenSet =
false;
AWS_KAFKA_API UpdateClusterKafkaVersionRequest()=default
void SetTargetKafkaVersion(TargetKafkaVersionT &&value)
UpdateClusterKafkaVersionRequest & WithConfigurationInfo(ConfigurationInfoT &&value)
UpdateClusterKafkaVersionRequest & WithClusterArn(ClusterArnT &&value)
void SetConfigurationInfo(ConfigurationInfoT &&value)
bool CurrentVersionHasBeenSet() const
const Aws::String & GetTargetKafkaVersion() const
UpdateClusterKafkaVersionRequest & WithTargetKafkaVersion(TargetKafkaVersionT &&value)
void SetCurrentVersion(CurrentVersionT &&value)
UpdateClusterKafkaVersionRequest & WithCurrentVersion(CurrentVersionT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool ClusterArnHasBeenSet() const
void SetClusterArn(ClusterArnT &&value)
const Aws::String & GetClusterArn() const
const Aws::String & GetCurrentVersion() const
bool ConfigurationInfoHasBeenSet() const
const ConfigurationInfo & GetConfigurationInfo() const
bool TargetKafkaVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String