7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafka/KafkaRequest.h>
10#include <aws/kafka/Kafka_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
86 template <
typename ServerPropertiesT = Aws::Utils::ByteBuffer>
88 m_serverPropertiesHasBeenSet =
true;
89 m_serverProperties = std::forward<ServerPropertiesT>(value);
91 template <
typename ServerPropertiesT = Aws::Utils::ByteBuffer>
103 bool m_arnHasBeenSet =
false;
104 bool m_descriptionHasBeenSet =
false;
105 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