Struct aws_sdk_datazone::types::builders::AssetTargetNameMapBuilder
source · #[non_exhaustive]pub struct AssetTargetNameMapBuilder { /* private fields */ }
Expand description
A builder for AssetTargetNameMap
.
Implementations§
source§impl AssetTargetNameMapBuilder
impl AssetTargetNameMapBuilder
sourcepub fn set_asset_id(self, input: Option<String>) -> Self
pub fn set_asset_id(self, input: Option<String>) -> Self
The identifier of the inventory asset.
sourcepub fn get_asset_id(&self) -> &Option<String>
pub fn get_asset_id(&self) -> &Option<String>
The identifier of the inventory asset.
sourcepub fn target_name(self, input: impl Into<String>) -> Self
pub fn target_name(self, input: impl Into<String>) -> Self
The target name in the asset target name map.
sourcepub fn set_target_name(self, input: Option<String>) -> Self
pub fn set_target_name(self, input: Option<String>) -> Self
The target name in the asset target name map.
sourcepub fn get_target_name(&self) -> &Option<String>
pub fn get_target_name(&self) -> &Option<String>
The target name in the asset target name map.
sourcepub fn build(self) -> AssetTargetNameMap
pub fn build(self) -> AssetTargetNameMap
Consumes the builder and constructs a AssetTargetNameMap
.
Trait Implementations§
source§impl Clone for AssetTargetNameMapBuilder
impl Clone for AssetTargetNameMapBuilder
source§fn clone(&self) -> AssetTargetNameMapBuilder
fn clone(&self) -> AssetTargetNameMapBuilder
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 AssetTargetNameMapBuilder
impl Debug for AssetTargetNameMapBuilder
source§impl Default for AssetTargetNameMapBuilder
impl Default for AssetTargetNameMapBuilder
source§fn default() -> AssetTargetNameMapBuilder
fn default() -> AssetTargetNameMapBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssetTargetNameMapBuilder
impl PartialEq for AssetTargetNameMapBuilder
source§fn eq(&self, other: &AssetTargetNameMapBuilder) -> bool
fn eq(&self, other: &AssetTargetNameMapBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AssetTargetNameMapBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AssetTargetNameMapBuilder
impl Send for AssetTargetNameMapBuilder
impl Sync for AssetTargetNameMapBuilder
impl Unpin for AssetTargetNameMapBuilder
impl UnwindSafe for AssetTargetNameMapBuilder
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