7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/kafka/KafkaRequest.h>
11#include <aws/kafka/Kafka_EXPORTS.h>
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
62 template <
typename KafkaVersionsT = Aws::Vector<Aws::String>>
64 m_kafkaVersionsHasBeenSet =
true;
65 m_kafkaVersions = std::forward<KafkaVersionsT>(value);
67 template <
typename KafkaVersionsT = Aws::Vector<Aws::String>>
72 template <
typename KafkaVersionsT = Aws::String>
74 m_kafkaVersionsHasBeenSet =
true;
75 m_kafkaVersions.emplace_back(std::forward<KafkaVersionsT>(value));
88 template <
typename NameT = Aws::String>
90 m_nameHasBeenSet =
true;
91 m_name = std::forward<NameT>(value);
93 template <
typename NameT = Aws::String>
95 SetName(std::forward<NameT>(value));
113 template <
typename ServerPropertiesT = Aws::Utils::ByteBuffer>
115 m_serverPropertiesHasBeenSet =
true;
116 m_serverProperties = std::forward<ServerPropertiesT>(value);
118 template <
typename ServerPropertiesT = Aws::Utils::ByteBuffer>
132 bool m_descriptionHasBeenSet =
false;
133 bool m_kafkaVersionsHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
135 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