#[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 get_route(&self) -> &Option<RouteData>
pub fn get_route(&self) -> &Option<RouteData>
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 ==
.impl StructuralPartialEq for UpdateRouteOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRouteOutputBuilder
impl Send for UpdateRouteOutputBuilder
impl Sync for UpdateRouteOutputBuilder
impl Unpin for UpdateRouteOutputBuilder
impl UnwindSafe for UpdateRouteOutputBuilder
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