7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ClusterOperationArnT = Aws::String>
42 void SetClusterOperationArn(ClusterOperationArnT&& value) { m_clusterOperationArnHasBeenSet =
true; m_clusterOperationArn = std::forward<ClusterOperationArnT>(value); }
43 template<
typename ClusterOperationArnT = Aws::String>
49 bool m_clusterOperationArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_KAFKA_API Aws::String SerializePayload() const override
bool ClusterOperationArnHasBeenSet() const
void SetClusterOperationArn(ClusterOperationArnT &&value)
DescribeClusterOperationV2Request & WithClusterOperationArn(ClusterOperationArnT &&value)
AWS_KAFKA_API DescribeClusterOperationV2Request()=default
const Aws::String & GetClusterOperationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String