Class ComplianceContributorCount
java.lang.Object
com.amazonaws.services.config.model.ComplianceContributorCount
- All Implemented Interfaces:
Serializable
,Cloneable
The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates whether the maximum count is reached.The number of AWS resources or AWS Config rules responsible for the current compliance of the item.int
hashCode()
Indicates whether the maximum count is reached.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.toString()
Returns a string representation of this object; useful for testing and debugging.withCapExceeded
(Boolean capExceeded) Indicates whether the maximum count is reached.withCappedCount
(Integer cappedCount) The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
-
Constructor Details
-
ComplianceContributorCount
public ComplianceContributorCount()
-
-
Method Details
-
setCappedCount
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
- Parameters:
cappedCount
- The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
-
getCappedCount
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
- Returns:
- The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
-
withCappedCount
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
- Parameters:
cappedCount
- The number of AWS resources or AWS Config rules responsible for the current compliance of the item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCapExceeded
Indicates whether the maximum count is reached.
- Parameters:
capExceeded
- Indicates whether the maximum count is reached.
-
getCapExceeded
Indicates whether the maximum count is reached.
- Returns:
- Indicates whether the maximum count is reached.
-
withCapExceeded
Indicates whether the maximum count is reached.
- Parameters:
capExceeded
- Indicates whether the maximum count is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCapExceeded
Indicates whether the maximum count is reached.
- Returns:
- Indicates whether the maximum count is reached.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-