@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComplianceContributorCount extends Object implements Serializable, Cloneable, StructuredPojo
The number of AWS resources or AWS 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 AWS resources or AWS 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 AWS resources or AWS Config rules responsible for the current compliance of the item.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ComplianceContributorCount |
withCapExceeded(Boolean capExceeded)
Indicates whether the maximum count is reached.
|
ComplianceContributorCount |
withCappedCount(Integer cappedCount)
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
|
public void setCappedCount(Integer cappedCount)
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
cappedCount
- The number of AWS resources or AWS Config rules responsible for the current compliance of the item.public Integer getCappedCount()
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
public ComplianceContributorCount withCappedCount(Integer cappedCount)
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
cappedCount
- The number of AWS resources or AWS 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 Object
Object.toString()
public ComplianceContributorCount 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.