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 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<GetHypervisorOutputBuilder> for GetHypervisorOutputBuilder
impl PartialEq<GetHypervisorOutputBuilder> 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 ==.