// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeExpressGatewayService`](crate::operation::describe_express_gateway_service::builders::DescribeExpressGatewayServiceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`service_arn(impl Into<String>)`](crate::operation::describe_express_gateway_service::builders::DescribeExpressGatewayServiceFluentBuilder::service_arn) / [`set_service_arn(Option<String>)`](crate::operation::describe_express_gateway_service::builders::DescribeExpressGatewayServiceFluentBuilder::set_service_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the Express service to describe. The ARN uniquely identifies the service within your Amazon Web Services account and region.</p><br>
/// - [`include(ExpressGatewayServiceInclude)`](crate::operation::describe_express_gateway_service::builders::DescribeExpressGatewayServiceFluentBuilder::include) / [`set_include(Option<Vec::<ExpressGatewayServiceInclude>>)`](crate::operation::describe_express_gateway_service::builders::DescribeExpressGatewayServiceFluentBuilder::set_include):<br>required: **false**<br><p>Specifies additional information to include in the response. Valid values are <code>TAGS</code> to include resource tags associated with the Express service.</p><br>
/// - On success, responds with [`DescribeExpressGatewayServiceOutput`](crate::operation::describe_express_gateway_service::DescribeExpressGatewayServiceOutput) with field(s):
/// - [`service(Option<EcsExpressGatewayService>)`](crate::operation::describe_express_gateway_service::DescribeExpressGatewayServiceOutput::service): <p>The full description of the described express service.</p>
/// - On failure, responds with [`SdkError<DescribeExpressGatewayServiceError>`](crate::operation::describe_express_gateway_service::DescribeExpressGatewayServiceError)
pub fn describe_express_gateway_service(
&self,
) -> crate::operation::describe_express_gateway_service::builders::DescribeExpressGatewayServiceFluentBuilder {
crate::operation::describe_express_gateway_service::builders::DescribeExpressGatewayServiceFluentBuilder::new(self.handle.clone())
}
}