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