@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComplianceContributorCount extends Object implements Serializable, Cloneable, StructuredPojo
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.
| Constructor and Description | 
|---|
| ComplianceContributorCount() | 
| Modifier and Type | Method and Description | 
|---|---|
| ComplianceContributorCount | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getCapExceeded()
 Indicates whether the maximum count is reached. | 
| Integer | getCappedCount()
 The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item. | 
| int | hashCode() | 
| Boolean | isCapExceeded()
 Indicates whether the maximum count is reached. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCapExceeded(Boolean capExceeded)
 Indicates whether the maximum count is reached. | 
| void | setCappedCount(Integer cappedCount)
 The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item. | 
| String | toString()Returns a string representation of this object. | 
| ComplianceContributorCount | withCapExceeded(Boolean capExceeded)
 Indicates whether the maximum count is reached. | 
| ComplianceContributorCount | withCappedCount(Integer cappedCount)
 The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item. | 
public void setCappedCount(Integer cappedCount)
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.
cappedCount - The number of Amazon Web Services resources or Config rules responsible for the current compliance of the
        item.public Integer getCappedCount()
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.
public ComplianceContributorCount withCappedCount(Integer cappedCount)
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.
cappedCount - The number of Amazon Web Services resources or Config rules responsible for the current compliance of the
        item.public void setCapExceeded(Boolean capExceeded)
Indicates whether the maximum count is reached.
capExceeded - Indicates whether the maximum count is reached.public Boolean getCapExceeded()
Indicates whether the maximum count is reached.
public ComplianceContributorCount withCapExceeded(Boolean capExceeded)
Indicates whether the maximum count is reached.
capExceeded - Indicates whether the maximum count is reached.public Boolean isCapExceeded()
Indicates whether the maximum count is reached.
public String toString()
toString in class ObjectObject.toString()public ComplianceContributorCount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.