@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) |
Project |
getProject()
Information about the build project that was changed.
|
int |
hashCode() |
void |
setProject(Project project)
Information about the build project that was changed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateProjectResult |
withProject(Project project)
Information about the build project that was changed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProject(Project project)
Information about the build project that was changed.
project
- Information about the build project that was changed.public Project getProject()
Information about the build project that was changed.
public UpdateProjectResult withProject(Project project)
Information about the build project that was changed.
project
- Information about the build project that was changed.public String toString()
toString
in class Object
Object.toString()
public UpdateProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.