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