@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)
Marshalls this structured data using the given
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.