public class DescribeRunResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeRunResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRunResult |
clone() |
boolean |
equals(Object obj) |
Run |
getRun()
Information about the assessment run.
|
int |
hashCode() |
void |
setRun(Run run)
Information about the assessment run.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRunResult |
withRun(Run run)
Information about the assessment run.
|
public void setRun(Run run)
Information about the assessment run.
run - Information about the assessment run.public Run getRun()
Information about the assessment run.
public DescribeRunResult withRun(Run run)
Information about the assessment run.
run - Information about the assessment run.public String toString()
toString in class ObjectObject.toString()public DescribeRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.