@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTestGridSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTestGridSessionResult() |
Modifier and Type | Method and Description |
---|---|
GetTestGridSessionResult |
clone() |
boolean |
equals(Object obj) |
TestGridSession |
getTestGridSession()
The TestGridSession that was requested.
|
int |
hashCode() |
void |
setTestGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
|
String |
toString()
Returns a string representation of this object.
|
GetTestGridSessionResult |
withTestGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTestGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
testGridSession
- The TestGridSession that was requested.public TestGridSession getTestGridSession()
The TestGridSession that was requested.
public GetTestGridSessionResult withTestGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
testGridSession
- The TestGridSession that was requested.public String toString()
toString
in class Object
Object.toString()
public GetTestGridSessionResult clone()