7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
39 template <
typename ClusterArnT = Aws::String>
41 m_clusterArnHasBeenSet =
true;
42 m_clusterArn = std::forward<ClusterArnT>(value);
44 template <
typename ClusterArnT = Aws::String>
52 bool m_clusterArnHasBeenSet =
false;
bool ClusterArnHasBeenSet() const
AWS_KAFKA_API Aws::String SerializePayload() const override
DeleteClusterPolicyRequest & WithClusterArn(ClusterArnT &&value)
const Aws::String & GetClusterArn() const
void SetClusterArn(ClusterArnT &&value)
virtual const char * GetServiceRequestName() const override
AWS_KAFKA_API DeleteClusterPolicyRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String