Class CvssScore
- java.lang.Object
-
- software.amazon.awssdk.services.ecr.model.CvssScore
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CvssScore.Builder,CvssScore>
@Generated("software.amazon.awssdk:codegen") public final class CvssScore extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CvssScore.Builder,CvssScore>
The CVSS score for a finding.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCvssScore.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublebaseScore()The base CVSS score used for the finding.static CvssScore.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringscoringVector()The vector string of the CVSS score.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CvssScore.Builder>serializableBuilderClass()Stringsource()The source of the CVSS score.CvssScore.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version of CVSS used for the score.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
baseScore
public final Double baseScore()
The base CVSS score used for the finding.
- Returns:
- The base CVSS score used for the finding.
-
scoringVector
public final String scoringVector()
The vector string of the CVSS score.
- Returns:
- The vector string of the CVSS score.
-
source
public final String source()
The source of the CVSS score.
- Returns:
- The source of the CVSS score.
-
version
public final String version()
The version of CVSS used for the score.
- Returns:
- The version of CVSS used for the score.
-
toBuilder
public CvssScore.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CvssScore.Builder,CvssScore>
-
builder
public static CvssScore.Builder builder()
-
serializableBuilderClass
public static Class<? extends CvssScore.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-