@Generated(value="software.amazon.awssdk:codegen") public final class PackageVersionDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PackageVersionDescription.Builder,PackageVersionDescription>
Details about a package version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PackageVersionDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PackageVersionDescription.Builder |
builder() |
String |
displayName()
The name of the package that is displayed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
PackageFormat |
format()
The format of the package version.
|
String |
formatAsString()
The format of the package version.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLicenses()
Returns true if the Licenses property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
homePage()
The homepage associated with the package.
|
List<LicenseInfo> |
licenses()
Information about licenses associated with the package version.
|
String |
namespace()
The namespace of the package.
|
String |
packageName()
The name of the requested package.
|
Instant |
publishedTime()
A timestamp that contains the date and time the package version was published.
|
String |
revision()
The revision of the package version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PackageVersionDescription.Builder> |
serializableBuilderClass() |
String |
sourceCodeRepository()
The repository for the source code in the package version, or the source code used to build it.
|
PackageVersionStatus |
status()
A string that contains the status of the package version.
|
String |
statusAsString()
A string that contains the status of the package version.
|
String |
summary()
A summary of the package version.
|
PackageVersionDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the package.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PackageFormat format()
The format of the package version. The valid package formats are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
If the service returns an enum value that is not available in the current SDK version, format will
return PackageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
PackageFormatpublic final String formatAsString()
The format of the package version. The valid package formats are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
If the service returns an enum value that is not available in the current SDK version, format will
return PackageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
PackageFormatpublic final String 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 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.
public final String packageName()
The name of the requested package.
public final String displayName()
The name of the package that is displayed. The displayName varies depending on the package version's
format. For example, if an npm package is named ui, is in the namespace vue, and has
the format npm, then the displayName is @vue/ui.
displayName varies depending on the package
version's format. For example, if an npm package is named ui, is in the namespace
vue, and has the format npm, then the displayName is
@vue/ui.public final String version()
The version of the package.
public final String summary()
A summary of the package version. The summary is extracted from the package. The information in and detail level of the summary depends on the package version's format.
public final String homePage()
The homepage associated with the package.
public final String sourceCodeRepository()
The repository for the source code in the package version, or the source code used to build it.
public final Instant publishedTime()
A timestamp that contains the date and time the package version was published.
public final boolean hasLicenses()
public final List<LicenseInfo> licenses()
Information about licenses associated with the package version.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLicenses() to see if a value was sent in this field.
public final String revision()
The revision of the package version.
public final PackageVersionStatus status()
A string that contains the status of the package version. It can be one of the following:
Published
Unfinished
Unlisted
Archived
Disposed
If the service returns an enum value that is not available in the current SDK version, status will
return PackageVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
Published
Unfinished
Unlisted
Archived
Disposed
PackageVersionStatuspublic final String statusAsString()
A string that contains the status of the package version. It can be one of the following:
Published
Unfinished
Unlisted
Archived
Disposed
If the service returns an enum value that is not available in the current SDK version, status will
return PackageVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
Published
Unfinished
Unlisted
Archived
Disposed
PackageVersionStatuspublic PackageVersionDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PackageVersionDescription.Builder,PackageVersionDescription>public static PackageVersionDescription.Builder builder()
public static Class<? extends PackageVersionDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.