Class PutEvaluationsRequest

    • Constructor Detail

      • PutEvaluationsRequest

        public PutEvaluationsRequest()
    • Method Detail

      • getEvaluations

        public List<Evaluation> getEvaluations()

        The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.

        Returns:
        The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
      • setEvaluations

        public void setEvaluations​(Collection<Evaluation> evaluations)

        The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.

        Parameters:
        evaluations - The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
      • withEvaluations

        public PutEvaluationsRequest withEvaluations​(Evaluation... evaluations)

        The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.

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

        Parameters:
        evaluations - The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withEvaluations

        public PutEvaluationsRequest withEvaluations​(Collection<Evaluation> evaluations)

        The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.

        Parameters:
        evaluations - The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResultToken

        public void setResultToken​(String resultToken)

        An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation

        Parameters:
        resultToken - An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation
      • getResultToken

        public String getResultToken()

        An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation

        Returns:
        An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation
      • withResultToken

        public PutEvaluationsRequest withResultToken​(String resultToken)

        An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation

        Parameters:
        resultToken - An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation
        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