pub struct Builder { /* private fields */ }Expand description
A builder for DescribeGatewayRouteOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn gateway_route(self, input: GatewayRouteData) -> Self
pub fn gateway_route(self, input: GatewayRouteData) -> Self
The full description of your gateway route.
sourcepub fn set_gateway_route(self, input: Option<GatewayRouteData>) -> Self
pub fn set_gateway_route(self, input: Option<GatewayRouteData>) -> Self
The full description of your gateway route.
sourcepub fn build(self) -> DescribeGatewayRouteOutput
pub fn build(self) -> DescribeGatewayRouteOutput
Consumes the builder and constructs a DescribeGatewayRouteOutput.