#[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 more