@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Severity extends Object implements Serializable, Cloneable, StructuredPojo
The severity of the finding.
| 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 AWS service or integrated partner product 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 AWS service or integrated partner product 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 AWS service or integrated partner product that generated the finding.
|
public void setProduct(Double product)
The native severity as defined by the AWS service or integrated partner product that generated the finding.
product - The native severity as defined by the AWS service or integrated partner product that generated the
finding.public Double getProduct()
The native severity as defined by the AWS service or integrated partner product that generated the finding.
public Severity withProduct(Double product)
The native severity as defined by the AWS service or integrated partner product that generated the finding.
product - The native severity as defined by the AWS service or integrated partner product 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.