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/Array.h>
45 template<
typename ArnT = Aws::String>
46 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
47 template<
typename ArnT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
78 template<
typename ServerPropertiesT = Aws::Utils::ByteBuffer>
79 void SetServerProperties(ServerPropertiesT&& value) { m_serverPropertiesHasBeenSet =
true; m_serverProperties = std::forward<ServerPropertiesT>(value); }
80 template<
typename ServerPropertiesT = Aws::Utils::ByteBuffer>
86 bool m_arnHasBeenSet =
false;
89 bool m_descriptionHasBeenSet =
false;
92 bool m_serverPropertiesHasBeenSet =
false;
UpdateConfigurationRequest & WithServerProperties(ServerPropertiesT &&value)
AWS_KAFKA_API UpdateConfigurationRequest()=default
void SetServerProperties(ServerPropertiesT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
UpdateConfigurationRequest & WithArn(ArnT &&value)
virtual const char * GetServiceRequestName() const override
bool ServerPropertiesHasBeenSet() const
const Aws::Utils::ByteBuffer & GetServerProperties() const
UpdateConfigurationRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String