Struct aws_sdk_codeartifact::output::get_package_version_asset_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetPackageVersionAssetOutput
Implementations
The binary file, or asset, that is downloaded.
The binary file, or asset, that is downloaded.
The name of the asset that is downloaded.
The name of the asset that is downloaded.
A string that contains the package version (for example, 3.5.2
).
A string that contains the package version (for example, 3.5.2
).
The name of the package version revision that contains the downloaded asset.
The name of the package version revision that contains the downloaded asset.
Consumes the builder and constructs a GetPackageVersionAssetOutput
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Builder
impl !UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more