7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename ConfigurationArnT = Aws::String>
53 void SetConfigurationArn(ConfigurationArnT&& value) { m_configurationArnHasBeenSet =
true; m_configurationArn = std::forward<ConfigurationArnT>(value); }
54 template<
typename ConfigurationArnT = Aws::String>
67 inline void SetConfigurationRevision(
long long value) { m_configurationRevisionHasBeenSet =
true; m_configurationRevision = value; }
79 template<
typename KafkaVersionT = Aws::String>
80 void SetKafkaVersion(KafkaVersionT&& value) { m_kafkaVersionHasBeenSet =
true; m_kafkaVersion = std::forward<KafkaVersionT>(value); }
81 template<
typename KafkaVersionT = Aws::String>
87 bool m_configurationArnHasBeenSet =
false;
89 long long m_configurationRevision{0};
90 bool m_configurationRevisionHasBeenSet =
false;
93 bool m_kafkaVersionHasBeenSet =
false;
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetConfigurationRevision() const
void SetKafkaVersion(KafkaVersionT &&value)
bool KafkaVersionHasBeenSet() const
bool ConfigurationArnHasBeenSet() const
BrokerSoftwareInfo & WithConfigurationRevision(long long value)
AWS_KAFKA_API BrokerSoftwareInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
BrokerSoftwareInfo & WithConfigurationArn(ConfigurationArnT &&value)
void SetConfigurationRevision(long long value)
BrokerSoftwareInfo & WithKafkaVersion(KafkaVersionT &&value)
AWS_KAFKA_API BrokerSoftwareInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API BrokerSoftwareInfo()=default
const Aws::String & GetKafkaVersion() const
bool ConfigurationRevisionHasBeenSet() const
void SetConfigurationArn(ConfigurationArnT &&value)
const Aws::String & GetConfigurationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue