public class GetComplianceSummaryByConfigRuleResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetComplianceSummaryByConfigRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
GetComplianceSummaryByConfigRuleResult |
clone() |
boolean |
equals(Object obj) |
ComplianceSummary |
getComplianceSummary()
The number of AWS Config rules that are compliant and the number that are
noncompliant, up to a maximum of 25 for each.
|
int |
hashCode() |
void |
setComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS Config rules that are compliant and the number that are
noncompliant, up to a maximum of 25 for each.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetComplianceSummaryByConfigRuleResult |
withComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS Config rules that are compliant and the number that are
noncompliant, up to a maximum of 25 for each.
|
public GetComplianceSummaryByConfigRuleResult()
public void setComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
complianceSummary - The number of AWS Config rules that are compliant and the number
that are noncompliant, up to a maximum of 25 for each.public ComplianceSummary getComplianceSummary()
The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
public GetComplianceSummaryByConfigRuleResult withComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
complianceSummary - The number of AWS Config rules that are compliant and the number
that are noncompliant, up to a maximum of 25 for each.public String toString()
toString in class ObjectObject.toString()public GetComplianceSummaryByConfigRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.