Struct aws_sdk_backupgateway::operation::get_hypervisor_property_mappings::builders::GetHypervisorPropertyMappingsOutputBuilder
source · #[non_exhaustive]pub struct GetHypervisorPropertyMappingsOutputBuilder { /* private fields */ }Expand description
A builder for GetHypervisorPropertyMappingsOutput.
Implementations§
source§impl GetHypervisorPropertyMappingsOutputBuilder
impl GetHypervisorPropertyMappingsOutputBuilder
sourcepub fn hypervisor_arn(self, input: impl Into<String>) -> Self
pub fn hypervisor_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the hypervisor.
sourcepub fn set_hypervisor_arn(self, input: Option<String>) -> Self
pub fn set_hypervisor_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the hypervisor.
sourcepub fn vmware_to_aws_tag_mappings(self, input: VmwareToAwsTagMapping) -> Self
pub fn vmware_to_aws_tag_mappings(self, input: VmwareToAwsTagMapping) -> Self
Appends an item to vmware_to_aws_tag_mappings.
To override the contents of this collection use set_vmware_to_aws_tag_mappings.
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
sourcepub fn set_vmware_to_aws_tag_mappings(
self,
input: Option<Vec<VmwareToAwsTagMapping>>
) -> Self
pub fn set_vmware_to_aws_tag_mappings( self, input: Option<Vec<VmwareToAwsTagMapping>> ) -> Self
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
sourcepub fn iam_role_arn(self, input: impl Into<String>) -> Self
pub fn iam_role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM role.
sourcepub fn set_iam_role_arn(self, input: Option<String>) -> Self
pub fn set_iam_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM role.
sourcepub fn build(self) -> GetHypervisorPropertyMappingsOutput
pub fn build(self) -> GetHypervisorPropertyMappingsOutput
Consumes the builder and constructs a GetHypervisorPropertyMappingsOutput.
Trait Implementations§
source§impl Clone for GetHypervisorPropertyMappingsOutputBuilder
impl Clone for GetHypervisorPropertyMappingsOutputBuilder
source§fn clone(&self) -> GetHypervisorPropertyMappingsOutputBuilder
fn clone(&self) -> GetHypervisorPropertyMappingsOutputBuilder
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 Default for GetHypervisorPropertyMappingsOutputBuilder
impl Default for GetHypervisorPropertyMappingsOutputBuilder
source§fn default() -> GetHypervisorPropertyMappingsOutputBuilder
fn default() -> GetHypervisorPropertyMappingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetHypervisorPropertyMappingsOutputBuilder> for GetHypervisorPropertyMappingsOutputBuilder
impl PartialEq<GetHypervisorPropertyMappingsOutputBuilder> for GetHypervisorPropertyMappingsOutputBuilder
source§fn eq(&self, other: &GetHypervisorPropertyMappingsOutputBuilder) -> bool
fn eq(&self, other: &GetHypervisorPropertyMappingsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.