7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/KafkaRequest.h>
10#include <aws/kafka/Kafka_EXPORTS.h>
47 template <
typename ClusterArnT = Aws::String>
49 m_clusterArnHasBeenSet =
true;
50 m_clusterArn = std::forward<ClusterArnT>(value);
52 template <
typename ClusterArnT = Aws::String>
67 template <
typename SecretArnListT = Aws::Vector<Aws::String>>
69 m_secretArnListHasBeenSet =
true;
70 m_secretArnList = std::forward<SecretArnListT>(value);
72 template <
typename SecretArnListT = Aws::Vector<Aws::String>>
77 template <
typename SecretArnListT = Aws::String>
79 m_secretArnListHasBeenSet =
true;
80 m_secretArnList.emplace_back(std::forward<SecretArnListT>(value));
88 bool m_clusterArnHasBeenSet =
false;
89 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