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