@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTestResult extends AmazonWebServiceResult<ResponseMetadata> 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()
A test condition that is evaluated.
|
int |
hashCode() |
void |
setTest(Test test)
A test condition that is evaluated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTestResult |
withTest(Test test)
A test condition that is evaluated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTest(Test test)
A test condition that is evaluated.
test
- A test condition that is evaluated.public Test getTest()
A test condition that is evaluated.
public GetTestResult withTest(Test test)
A test condition that is evaluated.
test
- A test condition that is evaluated.public String toString()
toString
in class Object
Object.toString()
public GetTestResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.