public class ComplianceSummaryByResourceType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each compliance.
Modifier and Type | Field and Description |
---|---|
private ComplianceSummary |
complianceSummary
The number of AWS resources that are compliant or noncompliant, up to a
maximum of 100 for each compliance.
|
private java.lang.String |
resourceType
The type of AWS resource.
|
Constructor and Description |
---|
ComplianceSummaryByResourceType() |
Modifier and Type | Method and Description |
---|---|
ComplianceSummaryByResourceType |
clone() |
boolean |
equals(java.lang.Object obj) |
ComplianceSummary |
getComplianceSummary()
The number of AWS resources that are compliant or noncompliant, up to a
maximum of 100 for each compliance.
|
java.lang.String |
getResourceType()
The type of AWS resource.
|
int |
hashCode() |
void |
setComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS resources that are compliant or noncompliant, up to a
maximum of 100 for each compliance.
|
void |
setResourceType(java.lang.String resourceType)
The type of AWS resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ComplianceSummaryByResourceType |
withComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS resources that are compliant or noncompliant, up to a
maximum of 100 for each compliance.
|
ComplianceSummaryByResourceType |
withResourceType(java.lang.String resourceType)
The type of AWS resource.
|
private java.lang.String resourceType
The type of AWS resource.
private ComplianceSummary complianceSummary
The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.
public void setResourceType(java.lang.String resourceType)
The type of AWS resource.
resourceType
- The type of AWS resource.public java.lang.String getResourceType()
The type of AWS resource.
public ComplianceSummaryByResourceType withResourceType(java.lang.String resourceType)
The type of AWS resource.
resourceType
- The type of AWS resource.public void setComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.
complianceSummary
- The number of AWS resources that are compliant or noncompliant, up
to a maximum of 100 for each compliance.public ComplianceSummary getComplianceSummary()
The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.
public ComplianceSummaryByResourceType withComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.
complianceSummary
- The number of AWS resources that are compliant or noncompliant, up
to a maximum of 100 for each compliance.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ComplianceSummaryByResourceType clone()
clone
in class java.lang.Object