public class DeleteWorkspaceRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteWorkspaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIgnoreUnderlayError() |
boolean |
getSkipDeleteUnderlay() |
String |
getWorkspaceID() |
void |
setIgnoreUnderlayError(boolean ignoreUnderlayError) |
void |
setSkipDeleteUnderlay(boolean skipDeleteUnderlay) |
void |
setWorkspaceID(String workspaceID) |
DeleteWorkspaceRequest |
withIgnoreUnderlayError(boolean ignoreUnderlayError) |
DeleteWorkspaceRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
DeleteWorkspaceRequest |
withSkipDeleteUnderlay(boolean skipDeleteUnderlay) |
DeleteWorkspaceRequest |
withWorkspaceID(String workspaceID) |
getRequestCredentials, setRequestCredentialspublic String getWorkspaceID()
public void setWorkspaceID(String workspaceID)
public void setIgnoreUnderlayError(boolean ignoreUnderlayError)
public boolean getIgnoreUnderlayError()
public void setSkipDeleteUnderlay(boolean skipDeleteUnderlay)
public boolean getSkipDeleteUnderlay()
public DeleteWorkspaceRequest withWorkspaceID(String workspaceID)
public DeleteWorkspaceRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
public DeleteWorkspaceRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
public DeleteWorkspaceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2022. All rights reserved.