Class GetComplianceSummaryByResourceTypeResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The number of resources that are compliant and the number that are noncompliant.int
hashCode()
void
setComplianceSummariesByResourceType
(Collection<ComplianceSummaryByResourceType> complianceSummariesByResourceType) The number of resources that are compliant and the number that are noncompliant.toString()
Returns a string representation of this object; useful for testing and debugging.withComplianceSummariesByResourceType
(ComplianceSummaryByResourceType... complianceSummariesByResourceType) The number of resources that are compliant and the number that are noncompliant.withComplianceSummariesByResourceType
(Collection<ComplianceSummaryByResourceType> complianceSummariesByResourceType) The number of resources that are compliant and the number that are noncompliant.
-
Constructor Details
-
GetComplianceSummaryByResourceTypeResult
public GetComplianceSummaryByResourceTypeResult()
-
-
Method Details
-
getComplianceSummariesByResourceType
The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
- Returns:
- The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
-
setComplianceSummariesByResourceType
public void setComplianceSummariesByResourceType(Collection<ComplianceSummaryByResourceType> complianceSummariesByResourceType) The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
- Parameters:
complianceSummariesByResourceType
- The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
-
withComplianceSummariesByResourceType
public GetComplianceSummaryByResourceTypeResult withComplianceSummariesByResourceType(ComplianceSummaryByResourceType... complianceSummariesByResourceType) The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
NOTE: This method appends the values to the existing list (if any). Use
setComplianceSummariesByResourceType(java.util.Collection)
orwithComplianceSummariesByResourceType(java.util.Collection)
if you want to override the existing values.- Parameters:
complianceSummariesByResourceType
- The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withComplianceSummariesByResourceType
public GetComplianceSummaryByResourceTypeResult withComplianceSummariesByResourceType(Collection<ComplianceSummaryByResourceType> complianceSummariesByResourceType) The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
- Parameters:
complianceSummariesByResourceType
- The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.- 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
-