@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NonCompliantSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of resources that aren't compliant. The summary is organized according to resource type.
Constructor and Description |
---|
NonCompliantSummary() |
Modifier and Type | Method and Description |
---|---|
NonCompliantSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getNonCompliantCount()
The total number of compliance items that aren't compliant.
|
SeveritySummary |
getSeveritySummary()
A summary of the non-compliance severity by compliance type
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNonCompliantCount(Integer nonCompliantCount)
The total number of compliance items that aren't compliant.
|
void |
setSeveritySummary(SeveritySummary severitySummary)
A summary of the non-compliance severity by compliance type
|
String |
toString()
Returns a string representation of this object.
|
NonCompliantSummary |
withNonCompliantCount(Integer nonCompliantCount)
The total number of compliance items that aren't compliant.
|
NonCompliantSummary |
withSeveritySummary(SeveritySummary severitySummary)
A summary of the non-compliance severity by compliance type
|
public void setNonCompliantCount(Integer nonCompliantCount)
The total number of compliance items that aren't compliant.
nonCompliantCount
- The total number of compliance items that aren't compliant.public Integer getNonCompliantCount()
The total number of compliance items that aren't compliant.
public NonCompliantSummary withNonCompliantCount(Integer nonCompliantCount)
The total number of compliance items that aren't compliant.
nonCompliantCount
- The total number of compliance items that aren't compliant.public void setSeveritySummary(SeveritySummary severitySummary)
A summary of the non-compliance severity by compliance type
severitySummary
- A summary of the non-compliance severity by compliance typepublic SeveritySummary getSeveritySummary()
A summary of the non-compliance severity by compliance type
public NonCompliantSummary withSeveritySummary(SeveritySummary severitySummary)
A summary of the non-compliance severity by compliance type
severitySummary
- A summary of the non-compliance severity by compliance typepublic String toString()
toString
in class Object
Object.toString()
public NonCompliantSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.