@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComplianceSummaryByResourceType extends Object implements Serializable, Cloneable, StructuredPojo
The number of Amazon Web Services resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.
| Constructor and Description |
|---|
ComplianceSummaryByResourceType() |
| Modifier and Type | Method and Description |
|---|---|
ComplianceSummaryByResourceType |
clone() |
boolean |
equals(Object obj) |
ComplianceSummary |
getComplianceSummary()
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
|
String |
getResourceType()
The type of Amazon Web Services resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComplianceSummary(ComplianceSummary complianceSummary)
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
|
void |
setResourceType(String resourceType)
The type of Amazon Web Services resource.
|
String |
toString()
Returns a string representation of this object.
|
ComplianceSummaryByResourceType |
withComplianceSummary(ComplianceSummary complianceSummary)
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
|
ComplianceSummaryByResourceType |
withResourceType(String resourceType)
The type of Amazon Web Services resource.
|
public void setResourceType(String resourceType)
The type of Amazon Web Services resource.
resourceType - The type of Amazon Web Services resource.public String getResourceType()
The type of Amazon Web Services resource.
public ComplianceSummaryByResourceType withResourceType(String resourceType)
The type of Amazon Web Services resource.
resourceType - The type of Amazon Web Services resource.public void setComplianceSummary(ComplianceSummary complianceSummary)
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
complianceSummary - The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for
each.public ComplianceSummary getComplianceSummary()
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
public ComplianceSummaryByResourceType withComplianceSummary(ComplianceSummary complianceSummary)
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
complianceSummary - The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for
each.public String toString()
toString in class ObjectObject.toString()public ComplianceSummaryByResourceType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.