@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTestGridProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateTestGridProjectResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTestGridProjectResult |
clone() |
boolean |
equals(Object obj) |
TestGridProject |
getTestGridProject()
The project, including updated information.
|
int |
hashCode() |
void |
setTestGridProject(TestGridProject testGridProject)
The project, including updated information.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTestGridProjectResult |
withTestGridProject(TestGridProject testGridProject)
The project, including updated information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTestGridProject(TestGridProject testGridProject)
The project, including updated information.
testGridProject - The project, including updated information.public TestGridProject getTestGridProject()
The project, including updated information.
public UpdateTestGridProjectResult withTestGridProject(TestGridProject testGridProject)
The project, including updated information.
testGridProject - The project, including updated information.public String toString()
toString in class ObjectObject.toString()public UpdateTestGridProjectResult clone()