public class DeleteRoutesRequest extends AbstractModel
| Constructor and Description | 
|---|
DeleteRoutesRequest()  | 
DeleteRoutesRequest(DeleteRoutesRequest 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 | 
|---|---|
Route[] | 
getRoutes()
Get Routing policy object. 
 | 
String | 
getRouteTableId()
Get Route table instance ID. 
 | 
void | 
setRoutes(Route[] Routes)
Set Routing policy object. 
 | 
void | 
setRouteTableId(String RouteTableId)
Set Route table instance ID. 
 | 
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 DeleteRoutesRequest()
public DeleteRoutesRequest(DeleteRoutesRequest source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - Route table instance ID.public Route[] getRoutes()
public void setRoutes(Route[] Routes)
Routes - Routing policy object. Only the `RouteId` field is required when deleting a routing policy.Copyright © 2023. All rights reserved.