@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SeveritySummary extends Object implements Serializable, Cloneable, StructuredPojo
The number of managed instances found for each patch severity level defined in the request filter.
Constructor and Description |
---|
SeveritySummary() |
Modifier and Type | Method and Description |
---|---|
SeveritySummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getCriticalCount()
The total number of resources or compliance items that have a severity level of critical.
|
Integer |
getHighCount()
The total number of resources or compliance items that have a severity level of high.
|
Integer |
getInformationalCount()
The total number of resources or compliance items that have a severity level of informational.
|
Integer |
getLowCount()
The total number of resources or compliance items that have a severity level of low.
|
Integer |
getMediumCount()
The total number of resources or compliance items that have a severity level of medium.
|
Integer |
getUnspecifiedCount()
The total number of resources or compliance items that have a severity level of unspecified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCriticalCount(Integer criticalCount)
The total number of resources or compliance items that have a severity level of critical.
|
void |
setHighCount(Integer highCount)
The total number of resources or compliance items that have a severity level of high.
|
void |
setInformationalCount(Integer informationalCount)
The total number of resources or compliance items that have a severity level of informational.
|
void |
setLowCount(Integer lowCount)
The total number of resources or compliance items that have a severity level of low.
|
void |
setMediumCount(Integer mediumCount)
The total number of resources or compliance items that have a severity level of medium.
|
void |
setUnspecifiedCount(Integer unspecifiedCount)
The total number of resources or compliance items that have a severity level of unspecified.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SeveritySummary |
withCriticalCount(Integer criticalCount)
The total number of resources or compliance items that have a severity level of critical.
|
SeveritySummary |
withHighCount(Integer highCount)
The total number of resources or compliance items that have a severity level of high.
|
SeveritySummary |
withInformationalCount(Integer informationalCount)
The total number of resources or compliance items that have a severity level of informational.
|
SeveritySummary |
withLowCount(Integer lowCount)
The total number of resources or compliance items that have a severity level of low.
|
SeveritySummary |
withMediumCount(Integer mediumCount)
The total number of resources or compliance items that have a severity level of medium.
|
SeveritySummary |
withUnspecifiedCount(Integer unspecifiedCount)
The total number of resources or compliance items that have a severity level of unspecified.
|
public void setCriticalCount(Integer criticalCount)
The total number of resources or compliance items that have a severity level of critical. Critical severity is determined by the organization that published the compliance items.
criticalCount
- The total number of resources or compliance items that have a severity level of critical. Critical
severity is determined by the organization that published the compliance items.public Integer getCriticalCount()
The total number of resources or compliance items that have a severity level of critical. Critical severity is determined by the organization that published the compliance items.
public SeveritySummary withCriticalCount(Integer criticalCount)
The total number of resources or compliance items that have a severity level of critical. Critical severity is determined by the organization that published the compliance items.
criticalCount
- The total number of resources or compliance items that have a severity level of critical. Critical
severity is determined by the organization that published the compliance items.public void setHighCount(Integer highCount)
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
highCount
- The total number of resources or compliance items that have a severity level of high. High severity is
determined by the organization that published the compliance items.public Integer getHighCount()
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
public SeveritySummary withHighCount(Integer highCount)
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
highCount
- The total number of resources or compliance items that have a severity level of high. High severity is
determined by the organization that published the compliance items.public void setMediumCount(Integer mediumCount)
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
mediumCount
- The total number of resources or compliance items that have a severity level of medium. Medium severity is
determined by the organization that published the compliance items.public Integer getMediumCount()
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
public SeveritySummary withMediumCount(Integer mediumCount)
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
mediumCount
- The total number of resources or compliance items that have a severity level of medium. Medium severity is
determined by the organization that published the compliance items.public void setLowCount(Integer lowCount)
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
lowCount
- The total number of resources or compliance items that have a severity level of low. Low severity is
determined by the organization that published the compliance items.public Integer getLowCount()
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
public SeveritySummary withLowCount(Integer lowCount)
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
lowCount
- The total number of resources or compliance items that have a severity level of low. Low severity is
determined by the organization that published the compliance items.public void setInformationalCount(Integer informationalCount)
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
informationalCount
- The total number of resources or compliance items that have a severity level of informational.
Informational severity is determined by the organization that published the compliance items.public Integer getInformationalCount()
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
public SeveritySummary withInformationalCount(Integer informationalCount)
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
informationalCount
- The total number of resources or compliance items that have a severity level of informational.
Informational severity is determined by the organization that published the compliance items.public void setUnspecifiedCount(Integer unspecifiedCount)
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
unspecifiedCount
- The total number of resources or compliance items that have a severity level of unspecified. Unspecified
severity is determined by the organization that published the compliance items.public Integer getUnspecifiedCount()
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
public SeveritySummary withUnspecifiedCount(Integer unspecifiedCount)
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
unspecifiedCount
- The total number of resources or compliance items that have a severity level of unspecified. Unspecified
severity is determined by the organization that published the compliance items.public String toString()
toString
in class Object
Object.toString()
public SeveritySummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.