Class DescribeComplianceByResourceRequest

    • Constructor Detail

      • DescribeComplianceByResourceRequest

        public DescribeComplianceByResourceRequest()
    • Method Detail

      • setResourceType

        public void setResourceType​(String resourceType)

        The types of AWS resources for which you want compliance information; for example, AWS::EC2::Instance. For this action, you can specify that the resource type is an AWS account by specifying AWS::::Account.

        Parameters:
        resourceType - The types of AWS resources for which you want compliance information; for example, AWS::EC2::Instance. For this action, you can specify that the resource type is an AWS account by specifying AWS::::Account.
      • getResourceType

        public String getResourceType()

        The types of AWS resources for which you want compliance information; for example, AWS::EC2::Instance. For this action, you can specify that the resource type is an AWS account by specifying AWS::::Account.

        Returns:
        The types of AWS resources for which you want compliance information; for example, AWS::EC2::Instance. For this action, you can specify that the resource type is an AWS account by specifying AWS::::Account.
      • withResourceType

        public DescribeComplianceByResourceRequest withResourceType​(String resourceType)

        The types of AWS resources for which you want compliance information; for example, AWS::EC2::Instance. For this action, you can specify that the resource type is an AWS account by specifying AWS::::Account.

        Parameters:
        resourceType - The types of AWS resources for which you want compliance information; for example, AWS::EC2::Instance. For this action, you can specify that the resource type is an AWS account by specifying AWS::::Account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceId

        public void setResourceId​(String resourceId)

        The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.

        Parameters:
        resourceId - The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.
      • getResourceId

        public String getResourceId()

        The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.

        Returns:
        The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.
      • withResourceId

        public DescribeComplianceByResourceRequest withResourceId​(String resourceId)

        The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.

        Parameters:
        resourceId - The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getComplianceTypes

        public List<String> getComplianceTypes()

        Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT , and INSUFFICIENT_DATA.

        Returns:
        Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

        See Also:
        ComplianceType
      • setComplianceTypes

        public void setComplianceTypes​(Collection<String> complianceTypes)

        Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT , and INSUFFICIENT_DATA.

        Parameters:
        complianceTypes - Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

        See Also:
        ComplianceType
      • withComplianceTypes

        public DescribeComplianceByResourceRequest withComplianceTypes​(String... complianceTypes)

        Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT , and INSUFFICIENT_DATA.

        NOTE: This method appends the values to the existing list (if any). Use setComplianceTypes(java.util.Collection) or withComplianceTypes(java.util.Collection) if you want to override the existing values.

        Parameters:
        complianceTypes - Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComplianceType
      • withComplianceTypes

        public DescribeComplianceByResourceRequest withComplianceTypes​(Collection<String> complianceTypes)

        Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT , and INSUFFICIENT_DATA.

        Parameters:
        complianceTypes - Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComplianceType
      • withComplianceTypes

        public DescribeComplianceByResourceRequest withComplianceTypes​(ComplianceType... complianceTypes)

        Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT , and INSUFFICIENT_DATA.

        Parameters:
        complianceTypes - Filters the results by compliance.

        The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComplianceType
      • setLimit

        public void setLimit​(Integer limit)

        The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

        Parameters:
        limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
      • getLimit

        public Integer getLimit()

        The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

        Returns:
        The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
      • withLimit

        public DescribeComplianceByResourceRequest withLimit​(Integer limit)

        The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

        Parameters:
        limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Parameters:
        nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
      • getNextToken

        public String getNextToken()

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Returns:
        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
      • withNextToken

        public DescribeComplianceByResourceRequest withNextToken​(String nextToken)

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Parameters:
        nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
        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