public class RouteTableConflict extends AbstractModel
| Constructor and Description | 
|---|
RouteTableConflict()  | 
RouteTableConflict(RouteTableConflict 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 | 
getRouteTableCidrBlock()
Get Route table CIDR. 
 | 
String | 
getRouteTableId()
Get Route table ID. 
 | 
String | 
getRouteTableName()
Get Route table name. 
 | 
String | 
getRouteTableType()
Get Route table type. 
 | 
void | 
setRouteTableCidrBlock(String RouteTableCidrBlock)
Set Route table CIDR. 
 | 
void | 
setRouteTableId(String RouteTableId)
Set Route table ID. 
 | 
void | 
setRouteTableName(String RouteTableName)
Set Route table name. 
 | 
void | 
setRouteTableType(String RouteTableType)
Set Route table type. 
 | 
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, toJsonStringpublic RouteTableConflict()
public RouteTableConflict(RouteTableConflict source)
public String getRouteTableType()
public void setRouteTableType(String RouteTableType)
RouteTableType - Route table type.public String getRouteTableCidrBlock()
public void setRouteTableCidrBlock(String RouteTableCidrBlock)
RouteTableCidrBlock - Route table CIDR.
Note: This field may return null, indicating that no valid values can be obtained.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName - Route table name.
Note: This field may return null, indicating that no valid values can be obtained.public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - Route table ID.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.