@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the project, if any.
|
String |
getId()
The ID of the project you want to update.
|
String |
getName()
The name of the project you want to update.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the project, if any.
|
void |
setId(String id)
The ID of the project you want to update.
|
void |
setName(String name)
The name of the project you want to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateProjectRequest |
withDescription(String description)
The description of the project, if any.
|
UpdateProjectRequest |
withId(String id)
The ID of the project you want to update.
|
UpdateProjectRequest |
withName(String name)
The name of the project you want to update.
|
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 setId(String id)
The ID of the project you want to update.
id
- The ID of the project you want to update.public String getId()
The ID of the project you want to update.
public UpdateProjectRequest withId(String id)
The ID of the project you want to update.
id
- The ID of the project you want to update.public void setName(String name)
The name of the project you want to update.
name
- The name of the project you want to update.public String getName()
The name of the project you want to update.
public UpdateProjectRequest withName(String name)
The name of the project you want to update.
name
- The name of the project you want to update.public void setDescription(String description)
The description of the project, if any.
description
- The description of the project, if any.public String getDescription()
The description of the project, if any.
public UpdateProjectRequest withDescription(String description)
The description of the project, if any.
description
- The description of the project, if any.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.