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;
GetClusterPolicyRequest & WithClusterArn(ClusterArnT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
bool ClusterArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_KAFKA_API GetClusterPolicyRequest()=default
void SetClusterArn(ClusterArnT &&value)
const Aws::String & GetClusterArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String