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/memory/stl/AWSVector.h>
51 template<
typename ClusterArnT = Aws::String>
52 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
53 template<
typename ClusterArnT = Aws::String>
65 template<
typename SecretArnListT = Aws::Vector<Aws::String>>
66 void SetSecretArnList(SecretArnListT&& value) { m_secretArnListHasBeenSet =
true; m_secretArnList = std::forward<SecretArnListT>(value); }
67 template<
typename SecretArnListT = Aws::Vector<Aws::String>>
69 template<
typename SecretArnListT = Aws::String>
75 bool m_clusterArnHasBeenSet =
false;
78 bool m_secretArnListHasBeenSet =
false;
bool SecretArnListHasBeenSet() const
void SetSecretArnList(SecretArnListT &&value)
BatchAssociateScramSecretRequest & WithClusterArn(ClusterArnT &&value)
BatchAssociateScramSecretRequest & WithSecretArnList(SecretArnListT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
AWS_KAFKA_API BatchAssociateScramSecretRequest()=default
bool ClusterArnHasBeenSet() const
void SetClusterArn(ClusterArnT &&value)
BatchAssociateScramSecretRequest & AddSecretArnList(SecretArnListT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterArn() const
const Aws::Vector< Aws::String > & GetSecretArnList() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector