@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Epss extends Object implements Serializable, Cloneable, StructuredPojo
Details about the Exploit Prediction Scoring System (EPSS) score.
| Constructor and Description |
|---|
Epss() |
| Modifier and Type | Method and Description |
|---|---|
Epss |
clone() |
boolean |
equals(Object obj) |
Double |
getScore()
The Exploit Prediction Scoring System (EPSS) score.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setScore(Double score)
The Exploit Prediction Scoring System (EPSS) score.
|
String |
toString()
Returns a string representation of this object.
|
Epss |
withScore(Double score)
The Exploit Prediction Scoring System (EPSS) score.
|
public void setScore(Double score)
The Exploit Prediction Scoring System (EPSS) score.
score - The Exploit Prediction Scoring System (EPSS) score.public Double getScore()
The Exploit Prediction Scoring System (EPSS) score.
public Epss withScore(Double score)
The Exploit Prediction Scoring System (EPSS) score.
score - The Exploit Prediction Scoring System (EPSS) score.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.