@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestGridProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateTestGridProjectRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTestGridProjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
Human-readable description of the project.
|
String |
getName()
Human-readable name of the Selenium testing project.
|
TestGridVpcConfig |
getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
int |
hashCode() |
void |
setDescription(String description)
Human-readable description of the project.
|
void |
setName(String name)
Human-readable name of the Selenium testing project.
|
void |
setVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
String |
toString()
Returns a string representation of this object.
|
CreateTestGridProjectRequest |
withDescription(String description)
Human-readable description of the project.
|
CreateTestGridProjectRequest |
withName(String name)
Human-readable name of the Selenium testing project.
|
CreateTestGridProjectRequest |
withVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
Human-readable name of the Selenium testing project.
name
- Human-readable name of the Selenium testing project.public String getName()
Human-readable name of the Selenium testing project.
public CreateTestGridProjectRequest withName(String name)
Human-readable name of the Selenium testing project.
name
- Human-readable name of the Selenium testing project.public void setDescription(String description)
Human-readable description of the project.
description
- Human-readable description of the project.public String getDescription()
Human-readable description of the project.
public CreateTestGridProjectRequest withDescription(String description)
Human-readable description of the project.
description
- Human-readable description of the project.public void setVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
vpcConfig
- The VPC security groups and subnets that are attached to a project.public TestGridVpcConfig getVpcConfig()
The VPC security groups and subnets that are attached to a project.
public CreateTestGridProjectRequest withVpcConfig(TestGridVpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
vpcConfig
- The VPC security groups and subnets that are attached to a project.public String toString()
toString
in class Object
Object.toString()
public CreateTestGridProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()