@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Severity extends Object implements Serializable, Cloneable, StructuredPojo
A finding's severity.
| Constructor and Description |
|---|
Severity() |
| Modifier and Type | Method and Description |
|---|---|
Severity |
clone() |
boolean |
equals(Object obj) |
Integer |
getNormalized()
The normalized severity of a finding.
|
Double |
getProduct()
The native severity as defined by the security-findings provider's solution that generated the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNormalized(Integer normalized)
The normalized severity of a finding.
|
void |
setProduct(Double product)
The native severity as defined by the security-findings provider's solution that generated the finding.
|
String |
toString()
Returns a string representation of this object.
|
Severity |
withNormalized(Integer normalized)
The normalized severity of a finding.
|
Severity |
withProduct(Double product)
The native severity as defined by the security-findings provider's solution that generated the finding.
|
public void setProduct(Double product)
The native severity as defined by the security-findings provider's solution that generated the finding.
product - The native severity as defined by the security-findings provider's solution that generated the finding.public Double getProduct()
The native severity as defined by the security-findings provider's solution that generated the finding.
public Severity withProduct(Double product)
The native severity as defined by the security-findings provider's solution that generated the finding.
product - The native severity as defined by the security-findings provider's solution that generated the finding.public void setNormalized(Integer normalized)
The normalized severity of a finding.
normalized - The normalized severity of a finding.public Integer getNormalized()
The normalized severity of a finding.
public Severity withNormalized(Integer normalized)
The normalized severity of a finding.
normalized - The normalized severity of a finding.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.