@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()
A structure containing information about the updated project.
|
int |
hashCode() |
void |
setProject(Project project)
A structure containing information about the updated project.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProjectResult |
withProject(Project project)
A structure containing information about the updated project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProject(Project project)
A structure containing information about the updated project.
project
- A structure containing information about the updated project.public Project getProject()
A structure containing information about the updated project.
public UpdateProjectResult withProject(Project project)
A structure containing information about the updated project.
project
- A structure containing information about the updated project.public String toString()
toString
in class Object
Object.toString()
public UpdateProjectResult clone()