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 get_gateway_route(&self) -> &Option<GatewayRouteData>
pub fn get_gateway_route(&self) -> &Option<GatewayRouteData>
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 ==
.impl StructuralPartialEq for DeleteGatewayRouteOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteGatewayRouteOutputBuilder
impl Send for DeleteGatewayRouteOutputBuilder
impl Sync for DeleteGatewayRouteOutputBuilder
impl Unpin for DeleteGatewayRouteOutputBuilder
impl UnwindSafe for DeleteGatewayRouteOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more