Class DescribeConfigRuleEvaluationStatusRequest

    • Constructor Detail

      • DescribeConfigRuleEvaluationStatusRequest

        public DescribeConfigRuleEvaluationStatusRequest()
    • Method Detail

      • getConfigRuleNames

        public List<String> getConfigRuleNames()

        The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.

        Returns:
        The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
      • setConfigRuleNames

        public void setConfigRuleNames​(Collection<String> configRuleNames)

        The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.

        Parameters:
        configRuleNames - The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
      • withConfigRuleNames

        public DescribeConfigRuleEvaluationStatusRequest withConfigRuleNames​(String... configRuleNames)

        The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.

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

        Parameters:
        configRuleNames - The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withConfigRuleNames

        public DescribeConfigRuleEvaluationStatusRequest withConfigRuleNames​(Collection<String> configRuleNames)

        The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.

        Parameters:
        configRuleNames - The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
        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