Class GetComplianceSummaryByResourceTypeResult

    • Constructor Detail

      • GetComplianceSummaryByResourceTypeResult

        public GetComplianceSummaryByResourceTypeResult()
    • 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) 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object