#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ListPackageVersionAssetsOutput
Implementations
The format of the package that contains the returned package version assets.
The format of the package that contains the returned package version assets.
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
-
The namespace of a Maven package is its
groupId. -
The namespace of an npm package is its
scope. -
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
-
The namespace of a Maven package is its
groupId. -
The namespace of an npm package is its
scope. -
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
The name of the package that contains the returned package version assets.
The name of the package that contains the returned package version assets.
The version of the package associated with the returned assets.
The version of the package associated with the returned assets.
The current revision associated with the package version.
The current revision associated with the package version.
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
Appends an item to assets.
To override the contents of this collection use set_assets.
The returned list of AssetSummary objects.
The returned list of AssetSummary objects.
Consumes the builder and constructs a ListPackageVersionAssetsOutput
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