public class ModifyVpcAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyVpcAttributeRequest() |
ModifyVpcAttributeRequest(ModifyVpcAttributeRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get VPC description
|
String |
getEcmRegion()
Get ECM region
|
Tag[] |
getTags()
Get Tags
|
String |
getVpcId()
Get VPC instance ID, such as `vpc-f49l6u0z`.
|
String |
getVpcName()
Get VPC name, which can be customized with up to 60 characters.
|
void |
setDescription(String Description)
Set VPC description
|
void |
setEcmRegion(String EcmRegion)
Set ECM region
|
void |
setTags(Tag[] Tags)
Set Tags
|
void |
setVpcId(String VpcId)
Set VPC instance ID, such as `vpc-f49l6u0z`.
|
void |
setVpcName(String VpcName)
Set VPC name, which can be customized with up to 60 characters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyVpcAttributeRequest()
public ModifyVpcAttributeRequest(ModifyVpcAttributeRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC instance ID, such as `vpc-f49l6u0z`.public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM regionpublic String getVpcName()
public void setVpcName(String VpcName)
VpcName
- VPC name, which can be customized with up to 60 characters.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tagspublic String getDescription()
public void setDescription(String Description)
Description
- VPC descriptionCopyright © 2023. All rights reserved.