#[non_exhaustive]pub struct UpdateVirtualRouterOutput { /* private fields */ }Implementations§
source§impl UpdateVirtualRouterOutput
impl UpdateVirtualRouterOutput
sourcepub fn virtual_router(&self) -> Option<&VirtualRouterData>
pub fn virtual_router(&self) -> Option<&VirtualRouterData>
A full description of the virtual router that was updated.
source§impl UpdateVirtualRouterOutput
impl UpdateVirtualRouterOutput
sourcepub fn builder() -> UpdateVirtualRouterOutputBuilder
pub fn builder() -> UpdateVirtualRouterOutputBuilder
Creates a new builder-style object to manufacture UpdateVirtualRouterOutput.
Trait Implementations§
source§impl Clone for UpdateVirtualRouterOutput
impl Clone for UpdateVirtualRouterOutput
source§fn clone(&self) -> UpdateVirtualRouterOutput
fn clone(&self) -> UpdateVirtualRouterOutput
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 UpdateVirtualRouterOutput
impl Debug for UpdateVirtualRouterOutput
source§impl PartialEq<UpdateVirtualRouterOutput> for UpdateVirtualRouterOutput
impl PartialEq<UpdateVirtualRouterOutput> for UpdateVirtualRouterOutput
source§fn eq(&self, other: &UpdateVirtualRouterOutput) -> bool
fn eq(&self, other: &UpdateVirtualRouterOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateVirtualRouterOutput
impl RequestId for UpdateVirtualRouterOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.