@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the result of a create project request.
Constructor and Description |
---|
CreateProjectResult() |
Modifier and Type | Method and Description |
---|---|
CreateProjectResult |
clone() |
boolean |
equals(Object obj) |
Project |
getProject()
The newly created project.
|
int |
hashCode() |
void |
setProject(Project project)
The newly created project.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateProjectResult |
withProject(Project project)
The newly created project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProject(Project project)
The newly created project.
project
- The newly created project.public Project getProject()
The newly created project.
public CreateProjectResult withProject(Project project)
The newly created project.
project
- The newly created project.public String toString()
toString
in class Object
Object.toString()
public CreateProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.