public class UpdateProjectRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents a request to the update project operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
arn
The Amazon Resource Name (ARN) of the project whose name you wish to
update.
|
private java.lang.String |
name
A string representing the new name of the project that you are updating.
|
NOOP
Constructor and Description |
---|
UpdateProjectRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProjectRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the project whose name you wish to
update.
|
java.lang.String |
getName()
A string representing the new name of the project that you are updating.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to
update.
|
void |
setName(java.lang.String name)
A string representing the new name of the project that you are updating.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateProjectRequest |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to
update.
|
UpdateProjectRequest |
withName(java.lang.String name)
A string representing the new name of the project that you are updating.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String arn
The Amazon Resource Name (ARN) of the project whose name you wish to update.
private java.lang.String name
A string representing the new name of the project that you are updating.
public void setArn(java.lang.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 java.lang.String getArn()
The Amazon Resource Name (ARN) of the project whose name you wish to update.
public UpdateProjectRequest withArn(java.lang.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(java.lang.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 java.lang.String getName()
A string representing the new name of the project that you are updating.
public UpdateProjectRequest withName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()