public class CreateRouteTableRequest extends AbstractModel
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 |
getRouteTableName()
Get The route table name.
|
Tag[] |
getTags()
Get Bound tags, such as [{"Key": "city", "Value": "shanghai"}].
|
String |
getVpcId()
Get The ID of the VPC instance to be operated on.
|
void |
setRouteTableName(String RouteTableName)
Set The route table name.
|
void |
setTags(Tag[] Tags)
Set Bound tags, such as [{"Key": "city", "Value": "shanghai"}].
|
void |
setVpcId(String VpcId)
Set The ID of the VPC instance to be operated on.
|
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 CreateRouteTableRequest()
public CreateRouteTableRequest(CreateRouteTableRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- The ID of the VPC instance to be operated on. You can obtain the parameter value from the VpcId field in the returned result of DescribeVpcs API.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- The route table name. The maximum length is 60 characters.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Bound tags, such as [{"Key": "city", "Value": "shanghai"}].Copyright © 2023. All rights reserved.