Struct aws_sdk_appmesh::operation::describe_gateway_route::builders::DescribeGatewayRouteOutputBuilder
source · #[non_exhaustive]pub struct DescribeGatewayRouteOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeGatewayRouteOutput
.
Implementations§
source§impl DescribeGatewayRouteOutputBuilder
impl DescribeGatewayRouteOutputBuilder
sourcepub fn gateway_route(self, input: GatewayRouteData) -> Self
pub fn gateway_route(self, input: GatewayRouteData) -> Self
The full description of your gateway route.
This field is required.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 get_gateway_route(&self) -> &Option<GatewayRouteData>
pub fn get_gateway_route(&self) -> &Option<GatewayRouteData>
The full description of your gateway route.
sourcepub fn build(self) -> DescribeGatewayRouteOutput
pub fn build(self) -> DescribeGatewayRouteOutput
Consumes the builder and constructs a DescribeGatewayRouteOutput
.
Trait Implementations§
source§impl Clone for DescribeGatewayRouteOutputBuilder
impl Clone for DescribeGatewayRouteOutputBuilder
source§fn clone(&self) -> DescribeGatewayRouteOutputBuilder
fn clone(&self) -> DescribeGatewayRouteOutputBuilder
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 DescribeGatewayRouteOutputBuilder
impl Default for DescribeGatewayRouteOutputBuilder
source§fn default() -> DescribeGatewayRouteOutputBuilder
fn default() -> DescribeGatewayRouteOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeGatewayRouteOutputBuilder
impl PartialEq for DescribeGatewayRouteOutputBuilder
source§fn eq(&self, other: &DescribeGatewayRouteOutputBuilder) -> bool
fn eq(&self, other: &DescribeGatewayRouteOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeGatewayRouteOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeGatewayRouteOutputBuilder
impl Send for DescribeGatewayRouteOutputBuilder
impl Sync for DescribeGatewayRouteOutputBuilder
impl Unpin for DescribeGatewayRouteOutputBuilder
impl UnwindSafe for DescribeGatewayRouteOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.