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