Class StopAssessmentRunRequest

    • Method Detail

      • assessmentRunArn

        public final String assessmentRunArn()

        The ARN of the assessment run that you want to stop.

        Returns:
        The ARN of the assessment run that you want to stop.
      • stopAction

        public final StopAction stopAction()

        An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.

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

        Returns:
        An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
        See Also:
        StopAction
      • stopActionAsString

        public final String stopActionAsString()

        An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.

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

        Returns:
        An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
        See Also:
        StopAction
      • 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