Struct aws_sdk_appmesh::operation::update_gateway_route::builders::UpdateGatewayRouteOutputBuilder
source · #[non_exhaustive]pub struct UpdateGatewayRouteOutputBuilder { /* private fields */ }Expand description
A builder for UpdateGatewayRouteOutput.
Implementations§
source§impl UpdateGatewayRouteOutputBuilder
impl UpdateGatewayRouteOutputBuilder
sourcepub fn gateway_route(self, input: GatewayRouteData) -> Self
pub fn gateway_route(self, input: GatewayRouteData) -> Self
A full description of the gateway route that was updated.
sourcepub fn set_gateway_route(self, input: Option<GatewayRouteData>) -> Self
pub fn set_gateway_route(self, input: Option<GatewayRouteData>) -> Self
A full description of the gateway route that was updated.
sourcepub fn build(self) -> UpdateGatewayRouteOutput
pub fn build(self) -> UpdateGatewayRouteOutput
Consumes the builder and constructs a UpdateGatewayRouteOutput.
Trait Implementations§
source§impl Clone for UpdateGatewayRouteOutputBuilder
impl Clone for UpdateGatewayRouteOutputBuilder
source§fn clone(&self) -> UpdateGatewayRouteOutputBuilder
fn clone(&self) -> UpdateGatewayRouteOutputBuilder
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 UpdateGatewayRouteOutputBuilder
impl Default for UpdateGatewayRouteOutputBuilder
source§fn default() -> UpdateGatewayRouteOutputBuilder
fn default() -> UpdateGatewayRouteOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateGatewayRouteOutputBuilder> for UpdateGatewayRouteOutputBuilder
impl PartialEq<UpdateGatewayRouteOutputBuilder> for UpdateGatewayRouteOutputBuilder
source§fn eq(&self, other: &UpdateGatewayRouteOutputBuilder) -> bool
fn eq(&self, other: &UpdateGatewayRouteOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.