public class DeleteRouteRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteRouteRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
String |
getRouteRuleId() |
String |
getVersion() |
void |
setClientToken(String clientToken) |
void |
setRouteRuleId(String routeRuleId) |
void |
setVersion(String version) |
DeleteRouteRequest |
withClientToken(String clientToken)
Configure optional client token for the request.
|
DeleteRouteRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
DeleteRouteRequest |
withRouteRuleId(String routeRuleId)
Configure route rule id for the request
|
DeleteRouteRequest |
withVersion(String version)
Configure the version for the request
|
getRequestCredentials, setRequestCredentialspublic String getVersion()
public void setVersion(String version)
public String getClientToken()
public void setClientToken(String clientToken)
public String getRouteRuleId()
public void setRouteRuleId(String routeRuleId)
public DeleteRouteRequest withVersion(String version)
version - the API version numberpublic DeleteRouteRequest withClientToken(String clientToken)
clientToken - An ASCII string whose length is less than 64.
See more detail atpublic DeleteRouteRequest withRouteRuleId(String routeRuleId)
routeRuleId - the id of the route rulepublic DeleteRouteRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.