Class StartAssessmentRunRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.inspector.model.StartAssessmentRunRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class StartAssessmentRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
See Also:
  • Constructor Details

    • StartAssessmentRunRequest

      public StartAssessmentRunRequest()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public StartAssessmentRunRequest clone()
      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: