Class EvaluationResultQualifier

    • Constructor Detail

      • EvaluationResultQualifier

        public EvaluationResultQualifier()
    • Method Detail

      • setConfigRuleName

        public void setConfigRuleName​(String configRuleName)

        The name of the AWS Config rule that was used in the evaluation.

        Parameters:
        configRuleName - The name of the AWS Config rule that was used in the evaluation.
      • getConfigRuleName

        public String getConfigRuleName()

        The name of the AWS Config rule that was used in the evaluation.

        Returns:
        The name of the AWS Config rule that was used in the evaluation.
      • withConfigRuleName

        public EvaluationResultQualifier withConfigRuleName​(String configRuleName)

        The name of the AWS Config rule that was used in the evaluation.

        Parameters:
        configRuleName - The name of the AWS Config rule that was used in the evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceType

        public void setResourceType​(String resourceType)

        The type of AWS resource that was evaluated.

        Parameters:
        resourceType - The type of AWS resource that was evaluated.
      • getResourceType

        public String getResourceType()

        The type of AWS resource that was evaluated.

        Returns:
        The type of AWS resource that was evaluated.
      • withResourceType

        public EvaluationResultQualifier withResourceType​(String resourceType)

        The type of AWS resource that was evaluated.

        Parameters:
        resourceType - The type of AWS resource that was evaluated.
        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 evaluated AWS resource.

        Parameters:
        resourceId - The ID of the evaluated AWS resource.
      • getResourceId

        public String getResourceId()

        The ID of the evaluated AWS resource.

        Returns:
        The ID of the evaluated AWS resource.
      • withResourceId

        public EvaluationResultQualifier withResourceId​(String resourceId)

        The ID of the evaluated AWS resource.

        Parameters:
        resourceId - The ID of the evaluated AWS resource.
        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