#[non_exhaustive]pub struct PutHypervisorPropertyMappingsInput { /* private fields */ }
Implementations§
source§impl PutHypervisorPropertyMappingsInput
impl PutHypervisorPropertyMappingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutHypervisorPropertyMappings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutHypervisorPropertyMappings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutHypervisorPropertyMappings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutHypervisorPropertyMappingsInput
.
source§impl PutHypervisorPropertyMappingsInput
impl PutHypervisorPropertyMappingsInput
sourcepub fn hypervisor_arn(&self) -> Option<&str>
pub fn hypervisor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the hypervisor.
sourcepub fn vmware_to_aws_tag_mappings(&self) -> Option<&[VmwareToAwsTagMapping]>
pub fn vmware_to_aws_tag_mappings(&self) -> Option<&[VmwareToAwsTagMapping]>
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
sourcepub fn iam_role_arn(&self) -> Option<&str>
pub fn iam_role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM role.
Trait Implementations§
source§impl Clone for PutHypervisorPropertyMappingsInput
impl Clone for PutHypervisorPropertyMappingsInput
source§fn clone(&self) -> PutHypervisorPropertyMappingsInput
fn clone(&self) -> PutHypervisorPropertyMappingsInput
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 PartialEq<PutHypervisorPropertyMappingsInput> for PutHypervisorPropertyMappingsInput
impl PartialEq<PutHypervisorPropertyMappingsInput> for PutHypervisorPropertyMappingsInput
source§fn eq(&self, other: &PutHypervisorPropertyMappingsInput) -> bool
fn eq(&self, other: &PutHypervisorPropertyMappingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.