7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kafka/model/ConfigurationInfo.h>
45 template<
typename ClusterArnT = Aws::String>
46 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
47 template<
typename ClusterArnT = Aws::String>
60 template<
typename ConfigurationInfoT = ConfigurationInfo>
61 void SetConfigurationInfo(ConfigurationInfoT&& value) { m_configurationInfoHasBeenSet =
true; m_configurationInfo = std::forward<ConfigurationInfoT>(value); }
62 template<
typename ConfigurationInfoT = ConfigurationInfo>
74 template<
typename CurrentVersionT = Aws::String>
75 void SetCurrentVersion(CurrentVersionT&& value) { m_currentVersionHasBeenSet =
true; m_currentVersion = std::forward<CurrentVersionT>(value); }
76 template<
typename CurrentVersionT = Aws::String>
88 template<
typename TargetKafkaVersionT = Aws::String>
89 void SetTargetKafkaVersion(TargetKafkaVersionT&& value) { m_targetKafkaVersionHasBeenSet =
true; m_targetKafkaVersion = std::forward<TargetKafkaVersionT>(value); }
90 template<
typename TargetKafkaVersionT = Aws::String>
96 bool m_clusterArnHasBeenSet =
false;
99 bool m_configurationInfoHasBeenSet =
false;
102 bool m_currentVersionHasBeenSet =
false;
105 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