public class ReplaceRouteTableAssociationRequest extends AbstractModel
| Constructor and Description | 
|---|
ReplaceRouteTableAssociationRequest()  | 
ReplaceRouteTableAssociationRequest(ReplaceRouteTableAssociationRequest 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 | 
getRouteTableId()
Get The route table instance ID, such as `rtb-azd4dt1c`. 
 | 
String | 
getSubnetId()
Get Subnet instance ID, such as `subnet-3x5lf5q0`. 
 | 
void | 
setRouteTableId(String RouteTableId)
Set The route table instance ID, such as `rtb-azd4dt1c`. 
 | 
void | 
setSubnetId(String SubnetId)
Set Subnet instance ID, such as `subnet-3x5lf5q0`. 
 | 
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 ReplaceRouteTableAssociationRequest()
public ReplaceRouteTableAssociationRequest(ReplaceRouteTableAssociationRequest source)
public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet instance ID, such as `subnet-3x5lf5q0`. This can be queried using the DescribeSubnets API.public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - The route table instance ID, such as `rtb-azd4dt1c`.Copyright © 2022. All rights reserved.