public class DescribeRouteTableConflictsRequest extends AbstractModel
Constructor and Description |
---|
DescribeRouteTableConflictsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getRouteTableCidrBlock()
Get Route table CIDR
|
String |
getVpcId()
Get VPC bound to the route table
|
void |
setRouteTableCidrBlock(String RouteTableCidrBlock)
Set Route table CIDR
|
void |
setVpcId(String VpcId)
Set VPC bound to the route table
|
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 String getRouteTableCidrBlock()
public void setRouteTableCidrBlock(String RouteTableCidrBlock)
RouteTableCidrBlock
- Route table CIDRpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC bound to the route tableCopyright © 2020. All rights reserved.