7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/model/ClientAuthentication.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/kafka/model/EncryptionInfo.h>
46 template<
typename ClientAuthenticationT = ClientAuthentication>
47 void SetClientAuthentication(ClientAuthenticationT&& value) { m_clientAuthenticationHasBeenSet =
true; m_clientAuthentication = std::forward<ClientAuthenticationT>(value); }
48 template<
typename ClientAuthenticationT = ClientAuthentication>
61 template<
typename ClusterArnT = Aws::String>
62 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
63 template<
typename ClusterArnT = Aws::String>
78 template<
typename CurrentVersionT = Aws::String>
79 void SetCurrentVersion(CurrentVersionT&& value) { m_currentVersionHasBeenSet =
true; m_currentVersion = std::forward<CurrentVersionT>(value); }
80 template<
typename CurrentVersionT = Aws::String>
92 template<
typename EncryptionInfoT = EncryptionInfo>
93 void SetEncryptionInfo(EncryptionInfoT&& value) { m_encryptionInfoHasBeenSet =
true; m_encryptionInfo = std::forward<EncryptionInfoT>(value); }
94 template<
typename EncryptionInfoT = EncryptionInfo>
100 bool m_clientAuthenticationHasBeenSet =
false;
103 bool m_clusterArnHasBeenSet =
false;
106 bool m_currentVersionHasBeenSet =
false;
109 bool m_encryptionInfoHasBeenSet =
false;
void SetClientAuthentication(ClientAuthenticationT &&value)
UpdateSecurityRequest & WithEncryptionInfo(EncryptionInfoT &&value)
bool CurrentVersionHasBeenSet() const
UpdateSecurityRequest & WithClientAuthentication(ClientAuthenticationT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCurrentVersion() const
void SetEncryptionInfo(EncryptionInfoT &&value)
UpdateSecurityRequest & WithCurrentVersion(CurrentVersionT &&value)
const ClientAuthentication & GetClientAuthentication() const
AWS_KAFKA_API UpdateSecurityRequest()=default
bool ClientAuthenticationHasBeenSet() const
bool EncryptionInfoHasBeenSet() const
const EncryptionInfo & GetEncryptionInfo() const
void SetClusterArn(ClusterArnT &&value)
bool ClusterArnHasBeenSet() const
const Aws::String & GetClusterArn() const
void SetCurrentVersion(CurrentVersionT &&value)
UpdateSecurityRequest & WithClusterArn(ClusterArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String