Struct aws_sdk_appmesh::operation::delete_virtual_router::builders::DeleteVirtualRouterOutputBuilder
source · #[non_exhaustive]pub struct DeleteVirtualRouterOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteVirtualRouterOutput
.
Implementations§
source§impl DeleteVirtualRouterOutputBuilder
impl DeleteVirtualRouterOutputBuilder
sourcepub fn virtual_router(self, input: VirtualRouterData) -> Self
pub fn virtual_router(self, input: VirtualRouterData) -> Self
The virtual router that was deleted.
This field is required.sourcepub fn set_virtual_router(self, input: Option<VirtualRouterData>) -> Self
pub fn set_virtual_router(self, input: Option<VirtualRouterData>) -> Self
The virtual router that was deleted.
sourcepub fn get_virtual_router(&self) -> &Option<VirtualRouterData>
pub fn get_virtual_router(&self) -> &Option<VirtualRouterData>
The virtual router that was deleted.
sourcepub fn build(self) -> DeleteVirtualRouterOutput
pub fn build(self) -> DeleteVirtualRouterOutput
Consumes the builder and constructs a DeleteVirtualRouterOutput
.
Trait Implementations§
source§impl Clone for DeleteVirtualRouterOutputBuilder
impl Clone for DeleteVirtualRouterOutputBuilder
source§fn clone(&self) -> DeleteVirtualRouterOutputBuilder
fn clone(&self) -> DeleteVirtualRouterOutputBuilder
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 DeleteVirtualRouterOutputBuilder
impl Default for DeleteVirtualRouterOutputBuilder
source§fn default() -> DeleteVirtualRouterOutputBuilder
fn default() -> DeleteVirtualRouterOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteVirtualRouterOutputBuilder
impl PartialEq for DeleteVirtualRouterOutputBuilder
source§fn eq(&self, other: &DeleteVirtualRouterOutputBuilder) -> bool
fn eq(&self, other: &DeleteVirtualRouterOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteVirtualRouterOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteVirtualRouterOutputBuilder
impl Send for DeleteVirtualRouterOutputBuilder
impl Sync for DeleteVirtualRouterOutputBuilder
impl Unpin for DeleteVirtualRouterOutputBuilder
impl UnwindSafe for DeleteVirtualRouterOutputBuilder
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.