@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompliantSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.
Constructor and Description |
---|
CompliantSummary() |
Modifier and Type | Method and Description |
---|---|
CompliantSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getCompliantCount()
The total number of resources that are compliant.
|
SeveritySummary |
getSeveritySummary()
A summary of the compliance severity by compliance type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompliantCount(Integer compliantCount)
The total number of resources that are compliant.
|
void |
setSeveritySummary(SeveritySummary severitySummary)
A summary of the compliance severity by compliance type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CompliantSummary |
withCompliantCount(Integer compliantCount)
The total number of resources that are compliant.
|
CompliantSummary |
withSeveritySummary(SeveritySummary severitySummary)
A summary of the compliance severity by compliance type.
|
public void setCompliantCount(Integer compliantCount)
The total number of resources that are compliant.
compliantCount
- The total number of resources that are compliant.public Integer getCompliantCount()
The total number of resources that are compliant.
public CompliantSummary withCompliantCount(Integer compliantCount)
The total number of resources that are compliant.
compliantCount
- The total number of resources that are compliant.public void setSeveritySummary(SeveritySummary severitySummary)
A summary of the compliance severity by compliance type.
severitySummary
- A summary of the compliance severity by compliance type.public SeveritySummary getSeveritySummary()
A summary of the compliance severity by compliance type.
public CompliantSummary withSeveritySummary(SeveritySummary severitySummary)
A summary of the compliance severity by compliance type.
severitySummary
- A summary of the compliance severity by compliance type.public String toString()
toString
in class Object
Object.toString()
public CompliantSummary 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.