@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to the update project operation.
NOOP
Constructor and Description |
---|
UpdateProjectRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the project whose name you wish to update.
|
Integer |
getDefaultJobTimeoutMinutes()
The number of minutes a test run in the project will execute before it times out.
|
String |
getName()
A string representing the new name of the project that you are updating.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.
|
void |
setDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The number of minutes a test run in the project will execute before it times out.
|
void |
setName(String name)
A string representing the new name of the project that you are updating.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateProjectRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.
|
UpdateProjectRequest |
withDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The number of minutes a test run in the project will execute before it times out.
|
UpdateProjectRequest |
withName(String name)
A string representing the new name of the project that you are updating.
|
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 setArn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.
arn
- The Amazon Resource Name (ARN) of the project whose name you wish to update.public String getArn()
The Amazon Resource Name (ARN) of the project whose name you wish to update.
public UpdateProjectRequest withArn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.
arn
- The Amazon Resource Name (ARN) of the project whose name you wish to update.public void setName(String name)
A string representing the new name of the project that you are updating.
name
- A string representing the new name of the project that you are updating.public String getName()
A string representing the new name of the project that you are updating.
public UpdateProjectRequest withName(String name)
A string representing the new name of the project that you are updating.
name
- A string representing the new name of the project that you are updating.public void setDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The number of minutes a test run in the project will execute before it times out.
defaultJobTimeoutMinutes
- The number of minutes a test run in the project will execute before it times out.public Integer getDefaultJobTimeoutMinutes()
The number of minutes a test run in the project will execute before it times out.
public UpdateProjectRequest withDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The number of minutes a test run in the project will execute before it times out.
defaultJobTimeoutMinutes
- The number of minutes a test run in the project will execute before it times out.public String toString()
toString
in class Object
Object.toString()
public UpdateProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.