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:
  • Constructor Details

    • GetComplianceSummaryByResourceTypeResult

      public GetComplianceSummaryByResourceTypeResult()
  • Method Details

    • 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) or withComplianceSummariesByResourceType(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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object