@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AggregateConformancePackComplianceCount extends Object implements Serializable, Cloneable, StructuredPojo
The number of conformance packs that are compliant and noncompliant.
| Constructor and Description |
|---|
AggregateConformancePackComplianceCount() |
| Modifier and Type | Method and Description |
|---|---|
AggregateConformancePackComplianceCount |
clone() |
boolean |
equals(Object obj) |
Integer |
getCompliantConformancePackCount()
Number of compliant conformance packs.
|
Integer |
getNonCompliantConformancePackCount()
Number of noncompliant conformance packs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCompliantConformancePackCount(Integer compliantConformancePackCount)
Number of compliant conformance packs.
|
void |
setNonCompliantConformancePackCount(Integer nonCompliantConformancePackCount)
Number of noncompliant conformance packs.
|
String |
toString()
Returns a string representation of this object.
|
AggregateConformancePackComplianceCount |
withCompliantConformancePackCount(Integer compliantConformancePackCount)
Number of compliant conformance packs.
|
AggregateConformancePackComplianceCount |
withNonCompliantConformancePackCount(Integer nonCompliantConformancePackCount)
Number of noncompliant conformance packs.
|
public AggregateConformancePackComplianceCount()
public void setCompliantConformancePackCount(Integer compliantConformancePackCount)
Number of compliant conformance packs.
compliantConformancePackCount - Number of compliant conformance packs.public Integer getCompliantConformancePackCount()
Number of compliant conformance packs.
public AggregateConformancePackComplianceCount withCompliantConformancePackCount(Integer compliantConformancePackCount)
Number of compliant conformance packs.
compliantConformancePackCount - Number of compliant conformance packs.public void setNonCompliantConformancePackCount(Integer nonCompliantConformancePackCount)
Number of noncompliant conformance packs.
nonCompliantConformancePackCount - Number of noncompliant conformance packs.public Integer getNonCompliantConformancePackCount()
Number of noncompliant conformance packs.
public AggregateConformancePackComplianceCount withNonCompliantConformancePackCount(Integer nonCompliantConformancePackCount)
Number of noncompliant conformance packs.
nonCompliantConformancePackCount - Number of noncompliant conformance packs.public String toString()
toString in class ObjectObject.toString()public AggregateConformancePackComplianceCount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.