public class DeleteAspRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteAspRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAspId() |
void |
setAspId(String aspId) |
DeleteAspRequest |
withAspId(String aspId)
Configure aspId for the request.
|
DeleteAspRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getAspId()
public void setAspId(String aspId)
public DeleteAspRequest withAspId(String aspId)
aspId - The id of asp that will be deleted.public DeleteAspRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.