public class GetComplianceSummaryByResourceTypeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ComplianceSummaryByResourceType> |
complianceSummariesByResourceType
The number of resources that are compliant and the number that are
noncompliant.
|
Constructor and Description |
---|
GetComplianceSummaryByResourceTypeResult() |
Modifier and Type | Method and Description |
---|---|
GetComplianceSummaryByResourceTypeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ComplianceSummaryByResourceType> |
getComplianceSummariesByResourceType()
The number of resources that are compliant and the number that are
noncompliant.
|
int |
hashCode() |
void |
setComplianceSummariesByResourceType(java.util.Collection<ComplianceSummaryByResourceType> complianceSummariesByResourceType)
The number of resources that are compliant and the number that are
noncompliant.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetComplianceSummaryByResourceTypeResult |
withComplianceSummariesByResourceType(java.util.Collection<ComplianceSummaryByResourceType> complianceSummariesByResourceType)
The number of resources that are compliant and the number that are
noncompliant.
|
GetComplianceSummaryByResourceTypeResult |
withComplianceSummariesByResourceType(ComplianceSummaryByResourceType... complianceSummariesByResourceType)
The number of resources that are compliant and the number that are
noncompliant.
|
private SdkInternalList<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.
public GetComplianceSummaryByResourceTypeResult()
public java.util.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.
public void setComplianceSummariesByResourceType(java.util.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.
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.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)
or
withComplianceSummariesByResourceType(java.util.Collection)
if
you want to override the existing values.
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.public GetComplianceSummaryByResourceTypeResult withComplianceSummariesByResourceType(java.util.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.
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.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 GetComplianceSummaryByResourceTypeResult clone()
clone
in class java.lang.Object