public class CreateRouteTableRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateRouteTableRequest() |
CreateRouteTableRequest(CreateRouteTableRequest 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 |
getEcmRegion()
Get ECM region
|
String |
getRouteTableName()
Get Route table name, which can contain up to 60 bytes.
|
String |
getVpcId()
Get ID of the VPC instance to be manipulated, which can be obtained from the `VpcId` field in the returned value of the `DescribeVpcs` API.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region
|
void |
setRouteTableName(String RouteTableName)
Set Route table name, which can contain up to 60 bytes.
|
void |
setVpcId(String VpcId)
Set ID of the VPC instance to be manipulated, which can be obtained from the `VpcId` field in the returned value of the `DescribeVpcs` API.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateRouteTableRequest()
public CreateRouteTableRequest(CreateRouteTableRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- ID of the VPC instance to be manipulated, which can be obtained from the `VpcId` field in the returned value of the `DescribeVpcs` API.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- Route table name, which can contain up to 60 bytes.public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM regionCopyright © 2024. All rights reserved.