@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MigrateWorkspaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
MigrateWorkspaceRequest() |
Modifier and Type | Method and Description |
---|---|
MigrateWorkspaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBundleId()
The identifier of the target bundle type to migrate the WorkSpace to.
|
String |
getSourceWorkspaceId()
The identifier of the WorkSpace to migrate from.
|
int |
hashCode() |
void |
setBundleId(String bundleId)
The identifier of the target bundle type to migrate the WorkSpace to.
|
void |
setSourceWorkspaceId(String sourceWorkspaceId)
The identifier of the WorkSpace to migrate from.
|
String |
toString()
Returns a string representation of this object.
|
MigrateWorkspaceRequest |
withBundleId(String bundleId)
The identifier of the target bundle type to migrate the WorkSpace to.
|
MigrateWorkspaceRequest |
withSourceWorkspaceId(String sourceWorkspaceId)
The identifier of the WorkSpace to migrate from.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSourceWorkspaceId(String sourceWorkspaceId)
The identifier of the WorkSpace to migrate from.
sourceWorkspaceId
- The identifier of the WorkSpace to migrate from.public String getSourceWorkspaceId()
The identifier of the WorkSpace to migrate from.
public MigrateWorkspaceRequest withSourceWorkspaceId(String sourceWorkspaceId)
The identifier of the WorkSpace to migrate from.
sourceWorkspaceId
- The identifier of the WorkSpace to migrate from.public void setBundleId(String bundleId)
The identifier of the target bundle type to migrate the WorkSpace to.
bundleId
- The identifier of the target bundle type to migrate the WorkSpace to.public String getBundleId()
The identifier of the target bundle type to migrate the WorkSpace to.
public MigrateWorkspaceRequest withBundleId(String bundleId)
The identifier of the target bundle type to migrate the WorkSpace to.
bundleId
- The identifier of the target bundle type to migrate the WorkSpace to.public String toString()
toString
in class Object
Object.toString()
public MigrateWorkspaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()