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>
75 template<
typename CurrentVersionT = Aws::String>
76 void SetCurrentVersion(CurrentVersionT&& value) { m_currentVersionHasBeenSet =
true; m_currentVersion = std::forward<CurrentVersionT>(value); }
77 template<
typename CurrentVersionT = Aws::String>
83 bool m_clusterArnHasBeenSet =
false;
86 bool m_configurationInfoHasBeenSet =
false;
89 bool m_currentVersionHasBeenSet =
false;
AWS_KAFKA_API Aws::String SerializePayload() const override
bool ClusterArnHasBeenSet() const
void SetConfigurationInfo(ConfigurationInfoT &&value)
virtual const char * GetServiceRequestName() const override
UpdateClusterConfigurationRequest & WithClusterArn(ClusterArnT &&value)
AWS_KAFKA_API UpdateClusterConfigurationRequest()=default
UpdateClusterConfigurationRequest & WithConfigurationInfo(ConfigurationInfoT &&value)
const ConfigurationInfo & GetConfigurationInfo() const
const Aws::String & GetClusterArn() const
UpdateClusterConfigurationRequest & WithCurrentVersion(CurrentVersionT &&value)
const Aws::String & GetCurrentVersion() const
void SetClusterArn(ClusterArnT &&value)
void SetCurrentVersion(CurrentVersionT &&value)
bool ConfigurationInfoHasBeenSet() const
bool CurrentVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String