@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Cvss3 extends Object implements Serializable, Cloneable, StructuredPojo
The Common Vulnerability Scoring System (CVSS) version 3 details for the vulnerability.
Constructor and Description |
---|
Cvss3() |
Modifier and Type | Method and Description |
---|---|
Cvss3 |
clone() |
boolean |
equals(Object obj) |
Double |
getBaseScore()
The CVSS v3 base score for the vulnerability.
|
String |
getScoringVector()
The scoring vector associated with the CVSS v3 score.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaseScore(Double baseScore)
The CVSS v3 base score for the vulnerability.
|
void |
setScoringVector(String scoringVector)
The scoring vector associated with the CVSS v3 score.
|
String |
toString()
Returns a string representation of this object.
|
Cvss3 |
withBaseScore(Double baseScore)
The CVSS v3 base score for the vulnerability.
|
Cvss3 |
withScoringVector(String scoringVector)
The scoring vector associated with the CVSS v3 score.
|
public void setBaseScore(Double baseScore)
The CVSS v3 base score for the vulnerability.
baseScore
- The CVSS v3 base score for the vulnerability.public Double getBaseScore()
The CVSS v3 base score for the vulnerability.
public Cvss3 withBaseScore(Double baseScore)
The CVSS v3 base score for the vulnerability.
baseScore
- The CVSS v3 base score for the vulnerability.public void setScoringVector(String scoringVector)
The scoring vector associated with the CVSS v3 score.
scoringVector
- The scoring vector associated with the CVSS v3 score.public String getScoringVector()
The scoring vector associated with the CVSS v3 score.
public Cvss3 withScoringVector(String scoringVector)
The scoring vector associated with the CVSS v3 score.
scoringVector
- The scoring vector associated with the CVSS v3 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.