|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.vpc.model.ModifyVpcAttributesRequest
public class ModifyVpcAttributesRequest
The request for modify vpc
Constructor Summary | |
---|---|
ModifyVpcAttributesRequest()
|
Method Summary | |
---|---|
String |
getClientToken()
|
String |
getDescription()
|
String |
getName()
|
String |
getVpcId()
|
void |
setClientToken(String clientToken)
|
void |
setDescription(String description)
|
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. |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModifyVpcAttributesRequest()
Method Detail |
---|
public 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 ModifyVpcAttributesRequest withClientToken(String clientToken)
clientToken
- An ASCII string whose length is less than 64.
See more detail at
BCE API doc
public ModifyVpcAttributesRequest withVpcId(String vpcId)
vpcId
- the id of vpc
public ModifyVpcAttributesRequest withName(String name)
name
- The name of vpc
public ModifyVpcAttributesRequest withDescription(String description)
description
- the type of vpc
public ModifyVpcAttributesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
credentials
- a valid instance of BceCredentials.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |