Struct aws_sdk_backupgateway::operation::get_hypervisor::builders::GetHypervisorOutputBuilder
source · #[non_exhaustive]pub struct GetHypervisorOutputBuilder { /* private fields */ }
Expand description
A builder for GetHypervisorOutput
.
Implementations§
source§impl GetHypervisorOutputBuilder
impl GetHypervisorOutputBuilder
sourcepub fn hypervisor(self, input: HypervisorDetails) -> Self
pub fn hypervisor(self, input: HypervisorDetails) -> Self
Details about the requested hypervisor.
sourcepub fn set_hypervisor(self, input: Option<HypervisorDetails>) -> Self
pub fn set_hypervisor(self, input: Option<HypervisorDetails>) -> Self
Details about the requested hypervisor.
sourcepub fn get_hypervisor(&self) -> &Option<HypervisorDetails>
pub fn get_hypervisor(&self) -> &Option<HypervisorDetails>
Details about the requested hypervisor.
sourcepub fn build(self) -> GetHypervisorOutput
pub fn build(self) -> GetHypervisorOutput
Consumes the builder and constructs a GetHypervisorOutput
.
Trait Implementations§
source§impl Clone for GetHypervisorOutputBuilder
impl Clone for GetHypervisorOutputBuilder
source§fn clone(&self) -> GetHypervisorOutputBuilder
fn clone(&self) -> GetHypervisorOutputBuilder
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 GetHypervisorOutputBuilder
impl Debug for GetHypervisorOutputBuilder
source§impl Default for GetHypervisorOutputBuilder
impl Default for GetHypervisorOutputBuilder
source§fn default() -> GetHypervisorOutputBuilder
fn default() -> GetHypervisorOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetHypervisorOutputBuilder
impl PartialEq for GetHypervisorOutputBuilder
source§fn eq(&self, other: &GetHypervisorOutputBuilder) -> bool
fn eq(&self, other: &GetHypervisorOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetHypervisorOutputBuilder
Auto Trait Implementations§
impl Freeze for GetHypervisorOutputBuilder
impl RefUnwindSafe for GetHypervisorOutputBuilder
impl Send for GetHypervisorOutputBuilder
impl Sync for GetHypervisorOutputBuilder
impl Unpin for GetHypervisorOutputBuilder
impl UnwindSafe for GetHypervisorOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.