@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateProjectResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectResult |
clone() |
boolean |
equals(Object obj) |
String |
getProjectArn()
The Amazon Resource Name (ARN) of the project.
|
int |
hashCode() |
void |
setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProjectResult |
withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn - The Amazon Resource Name (ARN) of the project.public String getProjectArn()
The Amazon Resource Name (ARN) of the project.
public UpdateProjectResult withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn - The Amazon Resource Name (ARN) of the project.public String toString()
toString in class ObjectObject.toString()public UpdateProjectResult clone()