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.
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.
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<DescribeGatewayRouteOutputBuilder> for DescribeGatewayRouteOutputBuilder
impl PartialEq<DescribeGatewayRouteOutputBuilder> 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 ==.