@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NonCompliantSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of resources that are not 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 are not 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 are not compliant.
|
void |
setSeveritySummary(SeveritySummary severitySummary)
A summary of the non-compliance severity by compliance type
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NonCompliantSummary |
withNonCompliantCount(Integer nonCompliantCount)
The total number of compliance items that are not 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 are not compliant.
nonCompliantCount
- The total number of compliance items that are not compliant.public Integer getNonCompliantCount()
The total number of compliance items that are not compliant.
public NonCompliantSummary withNonCompliantCount(Integer nonCompliantCount)
The total number of compliance items that are not compliant.
nonCompliantCount
- The total number of compliance items that are not 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.