@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() |
boolean |
equals(Object obj) |
Integer |
getDefaultJobTimeoutMinutes()
Sets the execution timeout value (in minutes) for a project.
|
String |
getName()
The project's name.
|
int |
hashCode() |
void |
setDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
Sets the execution timeout value (in minutes) for a project.
|
void |
setName(String name)
The project's name.
|
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.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 will 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 will 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 will 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 will 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 will use the
specified execution timeout value unless overridden when scheduling a run.public String toString()
toString in class ObjectObject.toString()public CreateProjectRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.