@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about finding statistics.
| Constructor and Description |
|---|
FindingStatistics() |
| Modifier and Type | Method and Description |
|---|---|
FindingStatistics |
addCountBySeverityEntry(String key,
Integer value) |
FindingStatistics |
clearCountBySeverityEntries()
Removes all the entries added into CountBySeverity.
|
FindingStatistics |
clone() |
boolean |
equals(Object obj) |
Map<String,Integer> |
getCountBySeverity()
Represents a map of severity to count statistic for a set of findings
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCountBySeverity(Map<String,Integer> countBySeverity)
Represents a map of severity to count statistic for a set of findings
|
String |
toString()
Returns a string representation of this object.
|
FindingStatistics |
withCountBySeverity(Map<String,Integer> countBySeverity)
Represents a map of severity to count statistic for a set of findings
|
public Map<String,Integer> getCountBySeverity()
Represents a map of severity to count statistic for a set of findings
public void setCountBySeverity(Map<String,Integer> countBySeverity)
Represents a map of severity to count statistic for a set of findings
countBySeverity - Represents a map of severity to count statistic for a set of findingspublic FindingStatistics withCountBySeverity(Map<String,Integer> countBySeverity)
Represents a map of severity to count statistic for a set of findings
countBySeverity - Represents a map of severity to count statistic for a set of findingspublic FindingStatistics addCountBySeverityEntry(String key, Integer value)
public FindingStatistics clearCountBySeverityEntries()
public String toString()
toString in class ObjectObject.toString()public FindingStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.