@Generated(value="software.amazon.awssdk:codegen") public final class CvssScore extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CvssScore.Builder,CvssScore>
The CVSS score for a finding.
Modifier and Type | Class and Description |
---|---|
static interface |
CvssScore.Builder |
Modifier and Type | Method and Description |
---|---|
Double |
baseScore()
The base CVSS score used for the finding.
|
static CvssScore.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
scoringVector()
The vector string of the CVSS score.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CvssScore.Builder> |
serializableBuilderClass() |
String |
source()
The source of the CVSS score.
|
CvssScore.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of CVSS used for the score.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Double baseScore()
The base CVSS score used for the finding.
public final String scoringVector()
The vector string of the CVSS score.
public final String source()
The source of the CVSS score.
public final String version()
The version of CVSS used for the score.
public CvssScore.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CvssScore.Builder,CvssScore>
public static CvssScore.Builder builder()
public static Class<? extends CvssScore.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.