@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMigrationProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMigrationProjectResult() |
Modifier and Type | Method and Description |
---|---|
CreateMigrationProjectResult |
clone() |
boolean |
equals(Object obj) |
MigrationProject |
getMigrationProject()
The migration project that was created.
|
int |
hashCode() |
void |
setMigrationProject(MigrationProject migrationProject)
The migration project that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateMigrationProjectResult |
withMigrationProject(MigrationProject migrationProject)
The migration project that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMigrationProject(MigrationProject migrationProject)
The migration project that was created.
migrationProject
- The migration project that was created.public MigrationProject getMigrationProject()
The migration project that was created.
public CreateMigrationProjectResult withMigrationProject(MigrationProject migrationProject)
The migration project that was created.
migrationProject
- The migration project that was created.public String toString()
toString
in class Object
Object.toString()
public CreateMigrationProjectResult clone()