@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MigrateWorkspaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
MigrateWorkspaceResult() |
Modifier and Type | Method and Description |
---|---|
MigrateWorkspaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getSourceWorkspaceId()
The original identifier of the WorkSpace that is being migrated.
|
String |
getTargetWorkspaceId()
The new identifier of the WorkSpace that is being migrated.
|
int |
hashCode() |
void |
setSourceWorkspaceId(String sourceWorkspaceId)
The original identifier of the WorkSpace that is being migrated.
|
void |
setTargetWorkspaceId(String targetWorkspaceId)
The new identifier of the WorkSpace that is being migrated.
|
String |
toString()
Returns a string representation of this object.
|
MigrateWorkspaceResult |
withSourceWorkspaceId(String sourceWorkspaceId)
The original identifier of the WorkSpace that is being migrated.
|
MigrateWorkspaceResult |
withTargetWorkspaceId(String targetWorkspaceId)
The new identifier of the WorkSpace that is being migrated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSourceWorkspaceId(String sourceWorkspaceId)
The original identifier of the WorkSpace that is being migrated.
sourceWorkspaceId
- The original identifier of the WorkSpace that is being migrated.public String getSourceWorkspaceId()
The original identifier of the WorkSpace that is being migrated.
public MigrateWorkspaceResult withSourceWorkspaceId(String sourceWorkspaceId)
The original identifier of the WorkSpace that is being migrated.
sourceWorkspaceId
- The original identifier of the WorkSpace that is being migrated.public void setTargetWorkspaceId(String targetWorkspaceId)
The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
targetWorkspaceId
- The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target
WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.public String getTargetWorkspaceId()
The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
public MigrateWorkspaceResult withTargetWorkspaceId(String targetWorkspaceId)
The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
targetWorkspaceId
- The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target
WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.public String toString()
toString
in class Object
Object.toString()
public MigrateWorkspaceResult clone()