@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingTypeAggregationResponse extends Object implements Serializable, Cloneable, StructuredPojo
A response that contains the results of a finding type aggregation.
| Constructor and Description |
|---|
FindingTypeAggregationResponse() |
| Modifier and Type | Method and Description |
|---|---|
FindingTypeAggregationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the Amazon Web Services account associated with the findings.
|
SeverityCounts |
getSeverityCounts()
The value to sort results by.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
void |
setSeverityCounts(SeverityCounts severityCounts)
The value to sort results by.
|
String |
toString()
Returns a string representation of this object.
|
FindingTypeAggregationResponse |
withAccountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
FindingTypeAggregationResponse |
withSeverityCounts(SeverityCounts severityCounts)
The value to sort results by.
|
public void setAccountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
accountId - The ID of the Amazon Web Services account associated with the findings.public String getAccountId()
The ID of the Amazon Web Services account associated with the findings.
public FindingTypeAggregationResponse withAccountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
accountId - The ID of the Amazon Web Services account associated with the findings.public void setSeverityCounts(SeverityCounts severityCounts)
The value to sort results by.
severityCounts - The value to sort results by.public SeverityCounts getSeverityCounts()
The value to sort results by.
public FindingTypeAggregationResponse withSeverityCounts(SeverityCounts severityCounts)
The value to sort results by.
severityCounts - The value to sort results by.public String toString()
toString in class ObjectObject.toString()public FindingTypeAggregationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.