Class ComplianceSummary
- All Implemented Interfaces:
Serializable,Cloneable
The number of AWS Config rules or AWS resources that are compliant and noncompliant, up to a maximum.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe time that AWS Config created the compliance summary.The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.inthashCode()voidsetComplianceSummaryTimestamp(Date complianceSummaryTimestamp) The time that AWS Config created the compliance summary.voidsetCompliantResourceCount(ComplianceContributorCount compliantResourceCount) The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.voidsetNonCompliantResourceCount(ComplianceContributorCount nonCompliantResourceCount) The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.toString()Returns a string representation of this object; useful for testing and debugging.withComplianceSummaryTimestamp(Date complianceSummaryTimestamp) The time that AWS Config created the compliance summary.withCompliantResourceCount(ComplianceContributorCount compliantResourceCount) The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.withNonCompliantResourceCount(ComplianceContributorCount nonCompliantResourceCount) The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
-
Constructor Details
-
ComplianceSummary
public ComplianceSummary()
-
-
Method Details
-
setCompliantResourceCount
The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
- Parameters:
compliantResourceCount- The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
-
getCompliantResourceCount
The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
- Returns:
- The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
-
withCompliantResourceCount
public ComplianceSummary withCompliantResourceCount(ComplianceContributorCount compliantResourceCount) The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
- Parameters:
compliantResourceCount- The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNonCompliantResourceCount
The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
- Parameters:
nonCompliantResourceCount- The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
-
getNonCompliantResourceCount
The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
- Returns:
- The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
-
withNonCompliantResourceCount
public ComplianceSummary withNonCompliantResourceCount(ComplianceContributorCount nonCompliantResourceCount) The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
- Parameters:
nonCompliantResourceCount- The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setComplianceSummaryTimestamp
The time that AWS Config created the compliance summary.
- Parameters:
complianceSummaryTimestamp- The time that AWS Config created the compliance summary.
-
getComplianceSummaryTimestamp
The time that AWS Config created the compliance summary.
- Returns:
- The time that AWS Config created the compliance summary.
-
withComplianceSummaryTimestamp
The time that AWS Config created the compliance summary.
- Parameters:
complianceSummaryTimestamp- The time that AWS Config created the compliance summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-