@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 |
getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
String |
getProjectDescription()
A new description for the project.
|
String |
getProjectId()
The ID of the project to update.
|
String |
getProjectName()
A new friendly name for the project.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
void |
setProjectDescription(String projectDescription)
A new description for the project.
|
void |
setProjectId(String projectId)
The ID of the project to update.
|
void |
setProjectName(String projectName)
A new friendly name for the project.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProjectRequest |
withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdateProjectRequest |
withProjectDescription(String projectDescription)
A new description for the project.
|
UpdateProjectRequest |
withProjectId(String projectId)
The ID of the project to update.
|
UpdateProjectRequest |
withProjectName(String projectName)
A new friendly name for the 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 setProjectId(String projectId)
The ID of the project to update.
projectId
- The ID of the project to update.public String getProjectId()
The ID of the project to update.
public UpdateProjectRequest withProjectId(String projectId)
The ID of the project to update.
projectId
- The ID of the project to update.public void setProjectName(String projectName)
A new friendly name for the project.
projectName
- A new friendly name for the project.public String getProjectName()
A new friendly name for the project.
public UpdateProjectRequest withProjectName(String projectName)
A new friendly name for the project.
projectName
- A new friendly name for the project.public void setProjectDescription(String projectDescription)
A new description for the project.
projectDescription
- A new description for the project.public String getProjectDescription()
A new description for the project.
public UpdateProjectRequest withProjectDescription(String projectDescription)
A new description for the project.
projectDescription
- A new description for the project.public void setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
public UpdateProjectRequest withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String toString()
toString
in class Object
Object.toString()
public UpdateProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()