public class RunAssessmentResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
RunAssessmentResult() |
Modifier and Type | Method and Description |
---|---|
RunAssessmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getRunArn()
The ARN specifying the run of the assessment.
|
int |
hashCode() |
void |
setRunArn(String runArn)
The ARN specifying the run of the assessment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RunAssessmentResult |
withRunArn(String runArn)
The ARN specifying the run of the assessment.
|
public void setRunArn(String runArn)
The ARN specifying the run of the assessment.
runArn
- The ARN specifying the run of the assessment.public String getRunArn()
The ARN specifying the run of the assessment.
public RunAssessmentResult withRunArn(String runArn)
The ARN specifying the run of the assessment.
runArn
- The ARN specifying the run of the assessment.public String toString()
toString
in class Object
Object.toString()
public RunAssessmentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.