public class GetTestResult extends Object implements Serializable, Cloneable
Represents the result of a get test request.
Constructor and Description |
---|
GetTestResult() |
Modifier and Type | Method and Description |
---|---|
GetTestResult |
clone() |
boolean |
equals(Object obj) |
Test |
getTest() |
int |
hashCode() |
void |
setTest(Test test) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTestResult |
withTest(Test test) |
public void setTest(Test test)
test
- public Test getTest()
public GetTestResult withTest(Test test)
test
- public String toString()
toString
in class Object
Object.toString()
public GetTestResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.