@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InspectorScoreDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the factors that influenced the score that Amazon Inspector assigned for a finding.
Constructor and Description |
---|
InspectorScoreDetails() |
Modifier and Type | Method and Description |
---|---|
InspectorScoreDetails |
clone() |
boolean |
equals(Object obj) |
CvssScoreDetails |
getAdjustedCvss()
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
String |
toString()
Returns a string representation of this object.
|
InspectorScoreDetails |
withAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
public void setAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
adjustedCvss
- An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the
finding.public CvssScoreDetails getAdjustedCvss()
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
public InspectorScoreDetails withAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
adjustedCvss
- An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the
finding.public String toString()
toString
in class Object
Object.toString()
public InspectorScoreDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.