Struct aws_sdk_codeartifact::output::get_package_version_readme_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetPackageVersionReadmeOutput
Implementations
The format of the package with the requested readme file. Valid format types are:
-
npm
-
pypi
-
maven
The format of the package with the requested readme file. Valid format types 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 readme file.
The name of the package that contains the returned readme file.
The version of the package with the requested readme file.
The version of the package with the requested readme file.
The current revision associated with the package version.
The current revision associated with the package version.
The text of the returned readme file.
Consumes the builder and constructs a GetPackageVersionReadmeOutput
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