@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateProjectResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
clone () |
boolean |
equals (Object obj) |
Project |
getProject ()
Information about the build project that was created.
|
int |
hashCode () |
void |
setProject (Project project)
Information about the build project that was created.
|
String |
toString ()
Returns a string representation of this object.
|
CreateProjectResult |
withProject (Project project)
Information about the build project that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateProjectResult()
public void setProject(Project project)
Information about the build project that was created.
project - Information about the build project that was created.public Project getProject()
Information about the build project that was created.
public CreateProjectResult withProject(Project project)
Information about the build project that was created.
project - Information about the build project that was created.public String toString()
toString in class Object Object.toString() public CreateProjectResult clone()