Class StartAssessmentRunRequest

    • Constructor Detail

      • StartAssessmentRunRequest

        public StartAssessmentRunRequest()
    • Method Detail

      • setAssessmentTemplateArn

        public void setAssessmentTemplateArn​(String assessmentTemplateArn)

        The ARN of the assessment template of the assessment run that you want to start.

        Parameters:
        assessmentTemplateArn - The ARN of the assessment template of the assessment run that you want to start.
      • getAssessmentTemplateArn

        public String getAssessmentTemplateArn()

        The ARN of the assessment template of the assessment run that you want to start.

        Returns:
        The ARN of the assessment template of the assessment run that you want to start.
      • withAssessmentTemplateArn

        public StartAssessmentRunRequest withAssessmentTemplateArn​(String assessmentTemplateArn)

        The ARN of the assessment template of the assessment run that you want to start.

        Parameters:
        assessmentTemplateArn - The ARN of the assessment template of the assessment run that you want to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAssessmentRunName

        public void setAssessmentRunName​(String assessmentRunName)

        You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.

        Parameters:
        assessmentRunName - You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.
      • getAssessmentRunName

        public String getAssessmentRunName()

        You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.

        Returns:
        You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.
      • withAssessmentRunName

        public StartAssessmentRunRequest withAssessmentRunName​(String assessmentRunName)

        You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.

        Parameters:
        assessmentRunName - You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.
        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