Struct aws_sdk_appmesh::operation::delete_gateway_route::builders::DeleteGatewayRouteOutputBuilder
source · #[non_exhaustive]pub struct DeleteGatewayRouteOutputBuilder { /* private fields */ }Expand description
A builder for DeleteGatewayRouteOutput.
Implementations§
source§impl DeleteGatewayRouteOutputBuilder
impl DeleteGatewayRouteOutputBuilder
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.
Trait Implementations§
source§impl Clone for DeleteGatewayRouteOutputBuilder
impl Clone for DeleteGatewayRouteOutputBuilder
source§fn clone(&self) -> DeleteGatewayRouteOutputBuilder
fn clone(&self) -> DeleteGatewayRouteOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DeleteGatewayRouteOutputBuilder
impl Default for DeleteGatewayRouteOutputBuilder
source§fn default() -> DeleteGatewayRouteOutputBuilder
fn default() -> DeleteGatewayRouteOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteGatewayRouteOutputBuilder> for DeleteGatewayRouteOutputBuilder
impl PartialEq<DeleteGatewayRouteOutputBuilder> for DeleteGatewayRouteOutputBuilder
source§fn eq(&self, other: &DeleteGatewayRouteOutputBuilder) -> bool
fn eq(&self, other: &DeleteGatewayRouteOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.