public class DeleteVpcRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteVpcRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
String |
getVpcId() |
void |
setClientToken(String clientToken) |
void |
setVpcId(String vpcId) |
DeleteVpcRequest |
withClientToken(String clientToken)
Configure optional client token for the request.
|
DeleteVpcRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
DeleteVpcRequest |
withVpcId(String vpcId)
Configure the vpcId for the request.
|
getRequestCredentials, setRequestCredentialspublic String getVpcId()
public void setVpcId(String vpcId)
public DeleteVpcRequest withClientToken(String clientToken)
clientToken - An ASCII string whose length is less than 64.
See more detail at
BCE API docpublic DeleteVpcRequest withVpcId(String vpcId)
vpcId - The id of network.public DeleteVpcRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.public String getClientToken()
public void setClientToken(String clientToken)
Copyright © 2024. All rights reserved.