@Generated(value="software.amazon.awssdk:codegen") public final class CvssScoreAdjustment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CvssScoreAdjustment.Builder,CvssScoreAdjustment>
Details on adjustments Amazon Inspector made to the CVSS score for a finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CvssScoreAdjustment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CvssScoreAdjustment.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metric()
The metric used to adjust the CVSS score.
|
String |
reason()
The reason the CVSS score has been adjustment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CvssScoreAdjustment.Builder> |
serializableBuilderClass() |
CvssScoreAdjustment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String metric()
The metric used to adjust the CVSS score.
public final String reason()
The reason the CVSS score has been adjustment.
public CvssScoreAdjustment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CvssScoreAdjustment.Builder,CvssScoreAdjustment>public static CvssScoreAdjustment.Builder builder()
public static Class<? extends CvssScoreAdjustment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.