@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetFindingStatisticsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFindingStatisticsResult | clone() | 
| boolean | equals(Object obj) | 
| List<GroupCount> | getCountsByGroup()
 An array of objects, one for each group of findings that matches the filter criteria specified in the request. | 
| int | hashCode() | 
| void | setCountsByGroup(Collection<GroupCount> countsByGroup)
 An array of objects, one for each group of findings that matches the filter criteria specified in the request. | 
| String | toString()Returns a string representation of this object. | 
| GetFindingStatisticsResult | withCountsByGroup(Collection<GroupCount> countsByGroup)
 An array of objects, one for each group of findings that matches the filter criteria specified in the request. | 
| GetFindingStatisticsResult | withCountsByGroup(GroupCount... countsByGroup)
 An array of objects, one for each group of findings that matches the filter criteria specified in the request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<GroupCount> getCountsByGroup()
An array of objects, one for each group of findings that matches the filter criteria specified in the request.
public void setCountsByGroup(Collection<GroupCount> countsByGroup)
An array of objects, one for each group of findings that matches the filter criteria specified in the request.
countsByGroup - An array of objects, one for each group of findings that matches the filter criteria specified in the
        request.public GetFindingStatisticsResult withCountsByGroup(GroupCount... countsByGroup)
An array of objects, one for each group of findings that matches the filter criteria specified in the request.
 NOTE: This method appends the values to the existing list (if any). Use
 setCountsByGroup(java.util.Collection) or withCountsByGroup(java.util.Collection) if you want
 to override the existing values.
 
countsByGroup - An array of objects, one for each group of findings that matches the filter criteria specified in the
        request.public GetFindingStatisticsResult withCountsByGroup(Collection<GroupCount> countsByGroup)
An array of objects, one for each group of findings that matches the filter criteria specified in the request.
countsByGroup - An array of objects, one for each group of findings that matches the filter criteria specified in the
        request.public String toString()
toString in class ObjectObject.toString()public GetFindingStatisticsResult clone()