@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.