Class GetResourceEvaluationSummaryResponse

    • Method Detail

      • resourceEvaluationId

        public final String resourceEvaluationId()

        The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.

        Returns:
        The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.
      • evaluationMode

        public final EvaluationMode evaluationMode()

        Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.

        If the service returns an enum value that is not available in the current SDK version, evaluationMode will return EvaluationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from evaluationModeAsString().

        Returns:
        Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
        See Also:
        EvaluationMode
      • evaluationModeAsString

        public final String evaluationModeAsString()

        Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.

        If the service returns an enum value that is not available in the current SDK version, evaluationMode will return EvaluationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from evaluationModeAsString().

        Returns:
        Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
        See Also:
        EvaluationMode
      • evaluationStatus

        public final EvaluationStatus evaluationStatus()

        Returns an EvaluationStatus object.

        Returns:
        Returns an EvaluationStatus object.
      • evaluationStartTimestamp

        public final Instant evaluationStartTimestamp()

        The start timestamp when Config rule starts evaluating compliance for the provided resource details.

        Returns:
        The start timestamp when Config rule starts evaluating compliance for the provided resource details.
      • compliance

        public final ComplianceType compliance()

        The compliance status of the resource evaluation summary.

        If the service returns an enum value that is not available in the current SDK version, compliance will return ComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from complianceAsString().

        Returns:
        The compliance status of the resource evaluation summary.
        See Also:
        ComplianceType
      • complianceAsString

        public final String complianceAsString()

        The compliance status of the resource evaluation summary.

        If the service returns an enum value that is not available in the current SDK version, compliance will return ComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from complianceAsString().

        Returns:
        The compliance status of the resource evaluation summary.
        See Also:
        ComplianceType
      • evaluationContext

        public final EvaluationContext evaluationContext()

        Returns an EvaluationContext object.

        Returns:
        Returns an EvaluationContext object.
      • resourceDetails

        public final ResourceDetails resourceDetails()

        Returns a ResourceDetails object.

        Returns:
        Returns a ResourceDetails object.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object