@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComplianceSummaryByResourceType extends Object implements Serializable, Cloneable, StructuredPojo
The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each compliance.
| Constructor and Description |
|---|
ComplianceSummaryByResourceType() |
| Modifier and Type | Method and Description |
|---|---|
ComplianceSummaryByResourceType |
clone() |
boolean |
equals(Object obj) |
ComplianceSummary |
getComplianceSummary()
The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.
|
String |
getResourceType()
The type of AWS resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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(String resourceType)
The type of AWS resource.
|
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(String resourceType)
The type of AWS resource.
|
public void setResourceType(String resourceType)
The type of AWS resource.
resourceType - The type of AWS resource.public String getResourceType()
The type of AWS resource.
public ComplianceSummaryByResourceType withResourceType(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 String toString()
toString in class ObjectObject.toString()public ComplianceSummaryByResourceType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.