@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InspectorScoreDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Amazon Inspector score given to 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 the CVSS score given to a 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 the CVSS score given to a finding.
|
String |
toString()
Returns a string representation of this object.
|
InspectorScoreDetails |
withAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about the CVSS score given to a finding.
|
public void setAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about the CVSS score given to a finding.
adjustedCvss - An object that contains details about the CVSS score given to a finding.public CvssScoreDetails getAdjustedCvss()
An object that contains details about the CVSS score given to a finding.
public InspectorScoreDetails withAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about the CVSS score given to a finding.
adjustedCvss - An object that contains details about the CVSS score given to a finding.public String toString()
toString in class ObjectObject.toString()public InspectorScoreDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.