#[non_exhaustive]pub struct UpdateVirtualServiceOutput { /* private fields */ }
Implementations§
source§impl UpdateVirtualServiceOutput
impl UpdateVirtualServiceOutput
sourcepub fn virtual_service(&self) -> Option<&VirtualServiceData>
pub fn virtual_service(&self) -> Option<&VirtualServiceData>
A full description of the virtual service that was updated.
source§impl UpdateVirtualServiceOutput
impl UpdateVirtualServiceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVirtualServiceOutput
.
Trait Implementations§
source§impl Clone for UpdateVirtualServiceOutput
impl Clone for UpdateVirtualServiceOutput
source§fn clone(&self) -> UpdateVirtualServiceOutput
fn clone(&self) -> UpdateVirtualServiceOutput
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 UpdateVirtualServiceOutput
impl Debug for UpdateVirtualServiceOutput
source§impl PartialEq<UpdateVirtualServiceOutput> for UpdateVirtualServiceOutput
impl PartialEq<UpdateVirtualServiceOutput> for UpdateVirtualServiceOutput
source§fn eq(&self, other: &UpdateVirtualServiceOutput) -> bool
fn eq(&self, other: &UpdateVirtualServiceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.