Class GetComplianceSummaryByResourceTypeResult
- java.lang.Object
-
- com.amazonaws.services.config.model.GetComplianceSummaryByResourceTypeResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetComplianceSummaryByResourceTypeResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetComplianceSummaryByResourceTypeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetComplianceSummaryByResourceTypeResult
clone()
boolean
equals(Object obj)
List<ComplianceSummaryByResourceType>
getComplianceSummariesByResourceType()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetComplianceSummaryByResourceTypeResult
withComplianceSummariesByResourceType(ComplianceSummaryByResourceType... complianceSummariesByResourceType)
The number of resources that are compliant and the number that are noncompliant.GetComplianceSummaryByResourceTypeResult
withComplianceSummariesByResourceType(Collection<ComplianceSummaryByResourceType> complianceSummariesByResourceType)
The number of resources that are compliant and the number that are noncompliant.
-
-
-
Method Detail
-
getComplianceSummariesByResourceType
public List<ComplianceSummaryByResourceType> 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetComplianceSummaryByResourceTypeResult clone()
-
-