Struct aws_sdk_backupgateway::input::GetHypervisorInput
source · #[non_exhaustive]pub struct GetHypervisorInput { /* private fields */ }
Implementations§
source§impl GetHypervisorInput
impl GetHypervisorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetHypervisor, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetHypervisor, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetHypervisor
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetHypervisorInput
.
source§impl GetHypervisorInput
impl GetHypervisorInput
sourcepub fn hypervisor_arn(&self) -> Option<&str>
pub fn hypervisor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the hypervisor.
Trait Implementations§
source§impl Clone for GetHypervisorInput
impl Clone for GetHypervisorInput
source§fn clone(&self) -> GetHypervisorInput
fn clone(&self) -> GetHypervisorInput
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 GetHypervisorInput
impl Debug for GetHypervisorInput
source§impl PartialEq<GetHypervisorInput> for GetHypervisorInput
impl PartialEq<GetHypervisorInput> for GetHypervisorInput
source§fn eq(&self, other: &GetHypervisorInput) -> bool
fn eq(&self, other: &GetHypervisorInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.