@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EpssDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the Exploit Prediction Scoring System (EPSS) score for a finding.
Constructor and Description |
---|
EpssDetails() |
Modifier and Type | Method and Description |
---|---|
EpssDetails |
clone() |
boolean |
equals(Object obj) |
Double |
getScore()
The EPSS score.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScore(Double score)
The EPSS score.
|
String |
toString()
Returns a string representation of this object.
|
EpssDetails |
withScore(Double score)
The EPSS score.
|
public void setScore(Double score)
The EPSS score.
score
- The EPSS score.public Double getScore()
The EPSS score.
public EpssDetails withScore(Double score)
The EPSS score.
score
- The EPSS score.public String toString()
toString
in class Object
Object.toString()
public EpssDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.