7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
10#include <aws/kafka/model/ClientAuthentication.h>
11#include <aws/kafka/model/EncryptionInfo.h>
42 template <
typename ClientAuthenticationT = ClientAuthentication>
44 m_clientAuthenticationHasBeenSet =
true;
45 m_clientAuthentication = std::forward<ClientAuthenticationT>(value);
47 template <
typename ClientAuthenticationT = ClientAuthentication>
63 template <
typename ClusterArnT = Aws::String>
65 m_clusterArnHasBeenSet =
true;
66 m_clusterArn = std::forward<ClusterArnT>(value);
68 template <
typename ClusterArnT = Aws::String>
86 template <
typename CurrentVersionT = Aws::String>
88 m_currentVersionHasBeenSet =
true;
89 m_currentVersion = std::forward<CurrentVersionT>(value);
91 template <
typename CurrentVersionT = Aws::String>
106 template <
typename EncryptionInfoT = EncryptionInfo>
108 m_encryptionInfoHasBeenSet =
true;
109 m_encryptionInfo = std::forward<EncryptionInfoT>(value);
111 template <
typename EncryptionInfoT = EncryptionInfo>
125 bool m_clientAuthenticationHasBeenSet =
false;
126 bool m_clusterArnHasBeenSet =
false;
127 bool m_currentVersionHasBeenSet =
false;
128 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