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