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() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the project whose name you wish to
update.
|
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 |
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 |
withName(String name)
A string representing the new name of the project that you are updating.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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 String toString()
toString
in class Object
Object.toString()
public UpdateProjectRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.