Struct aws_sdk_codeartifact::types::builders::AssetSummaryBuilder
source · #[non_exhaustive]pub struct AssetSummaryBuilder { /* private fields */ }
Expand description
A builder for AssetSummary
.
Implementations§
source§impl AssetSummaryBuilder
impl AssetSummaryBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the asset.
This field is required.sourcepub fn hashes(self, k: HashAlgorithm, v: impl Into<String>) -> Self
pub fn hashes(self, k: HashAlgorithm, v: impl Into<String>) -> Self
Adds a key-value pair to hashes
.
To override the contents of this collection use set_hashes
.
The hashes of the asset.
sourcepub fn set_hashes(self, input: Option<HashMap<HashAlgorithm, String>>) -> Self
pub fn set_hashes(self, input: Option<HashMap<HashAlgorithm, String>>) -> Self
The hashes of the asset.
sourcepub fn get_hashes(&self) -> &Option<HashMap<HashAlgorithm, String>>
pub fn get_hashes(&self) -> &Option<HashMap<HashAlgorithm, String>>
The hashes of the asset.
sourcepub fn build(self) -> Result<AssetSummary, BuildError>
pub fn build(self) -> Result<AssetSummary, BuildError>
Consumes the builder and constructs a AssetSummary
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for AssetSummaryBuilder
impl Clone for AssetSummaryBuilder
source§fn clone(&self) -> AssetSummaryBuilder
fn clone(&self) -> AssetSummaryBuilder
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 AssetSummaryBuilder
impl Debug for AssetSummaryBuilder
source§impl Default for AssetSummaryBuilder
impl Default for AssetSummaryBuilder
source§fn default() -> AssetSummaryBuilder
fn default() -> AssetSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssetSummaryBuilder
impl PartialEq for AssetSummaryBuilder
source§fn eq(&self, other: &AssetSummaryBuilder) -> bool
fn eq(&self, other: &AssetSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AssetSummaryBuilder
Auto Trait Implementations§
impl Freeze for AssetSummaryBuilder
impl RefUnwindSafe for AssetSummaryBuilder
impl Send for AssetSummaryBuilder
impl Sync for AssetSummaryBuilder
impl Unpin for AssetSummaryBuilder
impl UnwindSafe for AssetSummaryBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.