public class StartAssessmentRunResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
StartAssessmentRunResult() |
| Modifier and Type | Method and Description |
|---|---|
StartAssessmentRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentRunArn()
The ARN of the assessment run that has been started.
|
int |
hashCode() |
void |
setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartAssessmentRunResult |
withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
|
public void setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
assessmentRunArn - The ARN of the assessment run that has been started.public String getAssessmentRunArn()
The ARN of the assessment run that has been started.
public StartAssessmentRunResult withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
assessmentRunArn - The ARN of the assessment run that has been started.public String toString()
toString in class ObjectObject.toString()public StartAssessmentRunResult clone()
Copyright © 2016. All rights reserved.