@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScoreDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Amazon Inspector score given to a finding.
Constructor and Description |
---|
ScoreDetails() |
Modifier and Type | Method and Description |
---|---|
ScoreDetails |
clone() |
boolean |
equals(Object obj) |
CvssScoreDetails |
getCvss()
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 |
setCvss(CvssScoreDetails cvss)
An object that contains details about the CVSS score given to a finding.
|
String |
toString()
Returns a string representation of this object.
|
ScoreDetails |
withCvss(CvssScoreDetails cvss)
An object that contains details about the CVSS score given to a finding.
|
public void setCvss(CvssScoreDetails cvss)
An object that contains details about the CVSS score given to a finding.
cvss
- An object that contains details about the CVSS score given to a finding.public CvssScoreDetails getCvss()
An object that contains details about the CVSS score given to a finding.
public ScoreDetails withCvss(CvssScoreDetails cvss)
An object that contains details about the CVSS score given to a finding.
cvss
- An object that contains details about the CVSS score given to a finding.public String toString()
toString
in class Object
Object.toString()
public ScoreDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.