Class SoftwarePackage
java.lang.Object
software.amazon.awssdk.services.securityhub.model.SoftwarePackage
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SoftwarePackage.Builder,- SoftwarePackage> 
@Generated("software.amazon.awssdk:codegen")
public final class SoftwarePackage
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<SoftwarePackage.Builder,SoftwarePackage> 
Information about a software package.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe architecture used for the software package.static SoftwarePackage.Builderbuilder()final Stringepoch()The epoch of the software package.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringfilePath()The file system path to the package manager inventory file.final StringThe version of the software package in which the vulnerability has been resolved.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of the software package.final StringThe source of the package.final Stringrelease()The release of the software package.final StringDescribes the actions a customer can take to resolve the vulnerability in the software package.static Class<? extends SoftwarePackage.Builder> final StringThe Amazon Resource Name (ARN) of the source layer.final StringThe source layer hash of the vulnerable package.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringversion()The version of the software package.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
nameThe name of the software package. - Returns:
- The name of the software package.
 
- 
versionThe version of the software package. - Returns:
- The version of the software package.
 
- 
epochThe epoch of the software package. - Returns:
- The epoch of the software package.
 
- 
releaseThe release of the software package. - Returns:
- The release of the software package.
 
- 
architectureThe architecture used for the software package. - Returns:
- The architecture used for the software package.
 
- 
packageManager
- 
filePathThe file system path to the package manager inventory file. - Returns:
- The file system path to the package manager inventory file.
 
- 
fixedInVersionThe version of the software package in which the vulnerability has been resolved. - Returns:
- The version of the software package in which the vulnerability has been resolved.
 
- 
remediationDescribes the actions a customer can take to resolve the vulnerability in the software package. - Returns:
- Describes the actions a customer can take to resolve the vulnerability in the software package.
 
- 
sourceLayerHashThe source layer hash of the vulnerable package. - Returns:
- The source layer hash of the vulnerable package.
 
- 
sourceLayerArnThe Amazon Resource Name (ARN) of the source layer. - Returns:
- The Amazon Resource Name (ARN) of the source layer.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SoftwarePackage.Builder,- SoftwarePackage> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-