@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to the create project operation.
NOOP
Constructor and Description |
---|
CreateProjectRequest() |
Modifier and Type | Method and Description |
---|---|
CreateProjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getDefaultJobTimeoutMinutes()
Sets the execution timeout value (in minutes) for a project.
|
String |
getName()
The project's name.
|
VpcConfig |
getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
int |
hashCode() |
void |
setDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
Sets the execution timeout value (in minutes) for a project.
|
void |
setName(String name)
The project's name.
|
void |
setVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
String |
toString()
Returns a string representation of this object.
|
CreateProjectRequest |
withDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
Sets the execution timeout value (in minutes) for a project.
|
CreateProjectRequest |
withName(String name)
The project's name.
|
CreateProjectRequest |
withVpcConfig(VpcConfig 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)
The project's name.
name
- The project's name.public String getName()
The project's name.
public CreateProjectRequest withName(String name)
The project's name.
name
- The project's name.public void setDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.
defaultJobTimeoutMinutes
- Sets the execution timeout value (in minutes) for a project. All test runs in this project use the
specified execution timeout value unless overridden when scheduling a run.public Integer getDefaultJobTimeoutMinutes()
Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.
public CreateProjectRequest withDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.
defaultJobTimeoutMinutes
- Sets the execution timeout value (in minutes) for a project. All test runs in this project use the
specified execution timeout value unless overridden when scheduling a run.public void setVpcConfig(VpcConfig 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 VpcConfig getVpcConfig()
The VPC security groups and subnets that are attached to a project.
public CreateProjectRequest withVpcConfig(VpcConfig 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 CreateProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()