@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComplianceSummaryByResourceTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetComplianceSummaryByResourceTypeResult() |
Modifier and Type | Method and 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(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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetComplianceSummaryByResourceTypeResult()
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.
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.
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(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 String toString()
toString
in class Object
Object.toString()
public GetComplianceSummaryByResourceTypeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.