#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListPackageVersionDependenciesOutput
Implementations
A format that specifies the type of the package that contains the returned dependencies. The valid values are:
-
npm
-
pypi
-
maven
A format that specifies the type of the package that contains the returned dependencies. The valid values are:
-
npm
-
pypi
-
maven
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 versions dependencies.
The name of the package that contains the returned package versions dependencies.
The version of the package that is specified in the request.
The version of the package that is specified in the request.
The current revision associated with the package version.
The current revision associated with the package version.
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Appends an item to dependencies
.
To override the contents of this collection use set_dependencies
.
The returned list of PackageDependency objects.
The returned list of PackageDependency objects.
Consumes the builder and constructs a ListPackageVersionDependenciesOutput
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