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/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/Array.h>
45 template<
typename DescriptionT = Aws::String>
46 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
47 template<
typename DescriptionT = Aws::String>
60 template<
typename KafkaVersionsT = Aws::Vector<Aws::String>>
61 void SetKafkaVersions(KafkaVersionsT&& value) { m_kafkaVersionsHasBeenSet =
true; m_kafkaVersions = std::forward<KafkaVersionsT>(value); }
62 template<
typename KafkaVersionsT = Aws::Vector<Aws::String>>
64 template<
typename KafkaVersionsT = Aws::String>
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
95 template<
typename ServerPropertiesT = Aws::Utils::ByteBuffer>
96 void SetServerProperties(ServerPropertiesT&& value) { m_serverPropertiesHasBeenSet =
true; m_serverProperties = std::forward<ServerPropertiesT>(value); }
97 template<
typename ServerPropertiesT = Aws::Utils::ByteBuffer>
103 bool m_descriptionHasBeenSet =
false;
106 bool m_kafkaVersionsHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 bool m_serverPropertiesHasBeenSet =
false;
const Aws::String & GetDescription() const
AWS_KAFKA_API Aws::String SerializePayload() const override
bool ServerPropertiesHasBeenSet() const
bool NameHasBeenSet() const
bool KafkaVersionsHasBeenSet() const
const Aws::Vector< Aws::String > & GetKafkaVersions() const
const Aws::Utils::ByteBuffer & GetServerProperties() const
AWS_KAFKA_API CreateConfigurationRequest()=default
CreateConfigurationRequest & WithName(NameT &&value)
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
void SetServerProperties(ServerPropertiesT &&value)
const Aws::String & GetName() const
CreateConfigurationRequest & WithServerProperties(ServerPropertiesT &&value)
void SetKafkaVersions(KafkaVersionsT &&value)
bool DescriptionHasBeenSet() const
CreateConfigurationRequest & WithDescription(DescriptionT &&value)
CreateConfigurationRequest & AddKafkaVersions(KafkaVersionsT &&value)
void SetDescription(DescriptionT &&value)
CreateConfigurationRequest & WithKafkaVersions(KafkaVersionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector