Class DeleteAssessmentTargetRequest

    • Constructor Detail

      • DeleteAssessmentTargetRequest

        public DeleteAssessmentTargetRequest()
    • Method Detail

      • setAssessmentTargetArn

        public void setAssessmentTargetArn​(String assessmentTargetArn)

        The ARN that specifies the assessment target that you want to delete.

        Parameters:
        assessmentTargetArn - The ARN that specifies the assessment target that you want to delete.
      • getAssessmentTargetArn

        public String getAssessmentTargetArn()

        The ARN that specifies the assessment target that you want to delete.

        Returns:
        The ARN that specifies the assessment target that you want to delete.
      • withAssessmentTargetArn

        public DeleteAssessmentTargetRequest withAssessmentTargetArn​(String assessmentTargetArn)

        The ARN that specifies the assessment target that you want to delete.

        Parameters:
        assessmentTargetArn - The ARN that specifies the assessment target that you want to delete.
        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