@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountAggregationResponse extends Object implements Serializable, Cloneable, StructuredPojo
An aggregation of findings by Amazon Web Services account ID.
Constructor and Description |
---|
AccountAggregationResponse() |
Modifier and Type | Method and Description |
---|---|
AccountAggregationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID.
|
SeverityCounts |
getSeverityCounts()
The number of findings by severity.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The Amazon Web Services account ID.
|
void |
setSeverityCounts(SeverityCounts severityCounts)
The number of findings by severity.
|
String |
toString()
Returns a string representation of this object.
|
AccountAggregationResponse |
withAccountId(String accountId)
The Amazon Web Services account ID.
|
AccountAggregationResponse |
withSeverityCounts(SeverityCounts severityCounts)
The number of findings by severity.
|
public void setAccountId(String accountId)
The Amazon Web Services account ID.
accountId
- The Amazon Web Services account ID.public String getAccountId()
The Amazon Web Services account ID.
public AccountAggregationResponse withAccountId(String accountId)
The Amazon Web Services account ID.
accountId
- The Amazon Web Services account ID.public void setSeverityCounts(SeverityCounts severityCounts)
The number of findings by severity.
severityCounts
- The number of findings by severity.public SeverityCounts getSeverityCounts()
The number of findings by severity.
public AccountAggregationResponse withSeverityCounts(SeverityCounts severityCounts)
The number of findings by severity.
severityCounts
- The number of findings by severity.public String toString()
toString
in class Object
Object.toString()
public AccountAggregationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.