@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingMetricsValuePerSeverity extends Object implements Serializable, Cloneable, StructuredPojo
A numeric value corresponding to the severity of a finding, such as the number of open findings or the average time it takes to close findings of a given severity.
| Constructor and Description |
|---|
FindingMetricsValuePerSeverity () |
| Modifier and Type | Method and Description |
|---|---|
FindingMetricsValuePerSeverity |
clone () |
boolean |
equals (Object obj) |
Double |
getCritical ()
A numeric value corresponding to a critical finding.
|
Double |
getHigh ()
A numeric value corresponding to a high severity finding.
|
Double |
getInfo ()
A numeric value corresponding to an informational finding.
|
Double |
getLow ()
A numeric value corresponding to a low severity finding.
|
Double |
getMedium ()
A numeric value corresponding to a medium severity finding.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCritical (Double critical)
A numeric value corresponding to a critical finding.
|
void |
setHigh (Double high)
A numeric value corresponding to a high severity finding.
|
void |
setInfo (Double info)
A numeric value corresponding to an informational finding.
|
void |
setLow (Double low)
A numeric value corresponding to a low severity finding.
|
void |
setMedium (Double medium)
A numeric value corresponding to a medium severity finding.
|
String |
toString ()
Returns a string representation of this object.
|
FindingMetricsValuePerSeverity |
withCritical (Double critical)
A numeric value corresponding to a critical finding.
|
FindingMetricsValuePerSeverity |
withHigh (Double high)
A numeric value corresponding to a high severity finding.
|
FindingMetricsValuePerSeverity |
withInfo (Double info)
A numeric value corresponding to an informational finding.
|
FindingMetricsValuePerSeverity |
withLow (Double low)
A numeric value corresponding to a low severity finding.
|
FindingMetricsValuePerSeverity |
withMedium (Double medium)
A numeric value corresponding to a medium severity finding.
|
public FindingMetricsValuePerSeverity()
public void setCritical(Double critical)
A numeric value corresponding to a critical finding.
critical - A numeric value corresponding to a critical finding.public Double getCritical()
A numeric value corresponding to a critical finding.
public FindingMetricsValuePerSeverity withCritical(Double critical)
A numeric value corresponding to a critical finding.
critical - A numeric value corresponding to a critical finding.public void setHigh(Double high)
A numeric value corresponding to a high severity finding.
high - A numeric value corresponding to a high severity finding.public Double getHigh()
A numeric value corresponding to a high severity finding.
public FindingMetricsValuePerSeverity withHigh(Double high)
A numeric value corresponding to a high severity finding.
high - A numeric value corresponding to a high severity finding.public void setInfo(Double info)
A numeric value corresponding to an informational finding.
info - A numeric value corresponding to an informational finding.public Double getInfo()
A numeric value corresponding to an informational finding.
public FindingMetricsValuePerSeverity withInfo(Double info)
A numeric value corresponding to an informational finding.
info - A numeric value corresponding to an informational finding.public void setLow(Double low)
A numeric value corresponding to a low severity finding.
low - A numeric value corresponding to a low severity finding.public Double getLow()
A numeric value corresponding to a low severity finding.
public FindingMetricsValuePerSeverity withLow(Double low)
A numeric value corresponding to a low severity finding.
low - A numeric value corresponding to a low severity finding.public void setMedium(Double medium)
A numeric value corresponding to a medium severity finding.
medium - A numeric value corresponding to a medium severity finding.public Double getMedium()
A numeric value corresponding to a medium severity finding.
public FindingMetricsValuePerSeverity withMedium(Double medium)
A numeric value corresponding to a medium severity finding.
medium - A numeric value corresponding to a medium severity finding.public String toString()
toString in class Object Object.toString() public FindingMetricsValuePerSeverity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.