Class StartAssessmentRunResult
java.lang.Object
com.amazonaws.services.inspector.model.StartAssessmentRunResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ARN of the assessment run that has been started.inthashCode()voidsetAssessmentRunArn(String assessmentRunArn) The ARN of the assessment run that has been started.toString()Returns a string representation of this object; useful for testing and debugging.withAssessmentRunArn(String assessmentRunArn) The ARN of the assessment run that has been started.
-
Constructor Details
-
StartAssessmentRunResult
public StartAssessmentRunResult()
-
-
Method Details
-
setAssessmentRunArn
The ARN of the assessment run that has been started.
- Parameters:
assessmentRunArn- The ARN of the assessment run that has been started.
-
getAssessmentRunArn
The ARN of the assessment run that has been started.
- Returns:
- The ARN of the assessment run that has been started.
-
withAssessmentRunArn
The ARN of the assessment run that has been started.
- Parameters:
assessmentRunArn- The ARN of the assessment run that has been started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-