@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateProjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
An optional description of the project.
|
String |
getProject()
The name or ARN of the project to update.
|
int |
hashCode() |
void |
setDescription(String description)
An optional description of the project.
|
void |
setProject(String project)
The name or ARN of the project to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProjectRequest |
withDescription(String description)
An optional description of the project.
|
UpdateProjectRequest |
withProject(String project)
The name or ARN of the project to update.
|
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 setDescription(String description)
An optional description of the project.
description - An optional description of the project.public String getDescription()
An optional description of the project.
public UpdateProjectRequest withDescription(String description)
An optional description of the project.
description - An optional description of the project.public void setProject(String project)
The name or ARN of the project to update.
project - The name or ARN of the project to update.public String getProject()
The name or ARN of the project to update.
public UpdateProjectRequest withProject(String project)
The name or ARN of the project to update.
project - The name or ARN of the project to update.public String toString()
toString in class ObjectObject.toString()public UpdateProjectRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.