@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestGridProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTestGridProjectResult() |
Modifier and Type | Method and Description |
---|---|
CreateTestGridProjectResult |
clone() |
boolean |
equals(Object obj) |
TestGridProject |
getTestGridProject()
ARN of the Selenium testing project that was created.
|
int |
hashCode() |
void |
setTestGridProject(TestGridProject testGridProject)
ARN of the Selenium testing project that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateTestGridProjectResult |
withTestGridProject(TestGridProject testGridProject)
ARN of the Selenium testing project that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTestGridProject(TestGridProject testGridProject)
ARN of the Selenium testing project that was created.
testGridProject
- ARN of the Selenium testing project that was created.public TestGridProject getTestGridProject()
ARN of the Selenium testing project that was created.
public CreateTestGridProjectResult withTestGridProject(TestGridProject testGridProject)
ARN of the Selenium testing project that was created.
testGridProject
- ARN of the Selenium testing project that was created.public String toString()
toString
in class Object
Object.toString()
public CreateTestGridProjectResult clone()