public class ModifyVpcAttributesRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ModifyVpcAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
String |
getDescription() |
Boolean |
getEnableIpv6() |
String |
getName() |
String |
getVpcId() |
void |
setClientToken(String clientToken) |
void |
setDescription(String description) |
void |
setEnableIpv6(Boolean enableIpv6) |
void |
setName(String name) |
void |
setVpcId(String vpcId) |
ModifyVpcAttributesRequest |
withClientToken(String clientToken)
Configure optional client token for the request.
|
ModifyVpcAttributesRequest |
withDescription(String description)
Configure description for the request.
|
ModifyVpcAttributesRequest |
withName(String name)
Configure name for the request.
|
ModifyVpcAttributesRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ModifyVpcAttributesRequest |
withVpcId(String vpcId)
Configure vpc id for the request.
|
getRequestCredentials, setRequestCredentialspublic String getVpcId()
public void setVpcId(String vpcId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getClientToken()
public void setClientToken(String clientToken)
public Boolean getEnableIpv6()
public void setEnableIpv6(Boolean enableIpv6)
public ModifyVpcAttributesRequest withClientToken(String clientToken)
clientToken - An ASCII string whose length is less than 64.
See more detail at
BCE API docpublic ModifyVpcAttributesRequest withVpcId(String vpcId)
vpcId - the id of vpcpublic ModifyVpcAttributesRequest withName(String name)
name - The name of vpcpublic ModifyVpcAttributesRequest withDescription(String description)
description - the type of vpcpublic ModifyVpcAttributesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2023. All rights reserved.