Class ReplaceRouteTableAssociationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ReplaceRouteTableAssociationRequest
-
public class ReplaceRouteTableAssociationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRouteTableId()Get 路由表实例ID,例如:rtb-azd4dt1c。StringgetSubnetId()Get 子网实例ID,例如:subnet-3x5lf5q0。可通过DescribeSubnets接口查询。voidsetRouteTableId(String RouteTableId)Set 路由表实例ID,例如:rtb-azd4dt1c。voidsetSubnetId(String SubnetId)Set 子网实例ID,例如:subnet-3x5lf5q0。可通过DescribeSubnets接口查询。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ReplaceRouteTableAssociationRequest
public ReplaceRouteTableAssociationRequest()
-
ReplaceRouteTableAssociationRequest
public 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.
-
-
Method Detail
-
getSubnetId
public String getSubnetId()
Get 子网实例ID,例如:subnet-3x5lf5q0。可通过DescribeSubnets接口查询。- Returns:
- SubnetId 子网实例ID,例如:subnet-3x5lf5q0。可通过DescribeSubnets接口查询。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网实例ID,例如:subnet-3x5lf5q0。可通过DescribeSubnets接口查询。- Parameters:
SubnetId- 子网实例ID,例如:subnet-3x5lf5q0。可通过DescribeSubnets接口查询。
-
getRouteTableId
public String getRouteTableId()
Get 路由表实例ID,例如:rtb-azd4dt1c。- Returns:
- RouteTableId 路由表实例ID,例如:rtb-azd4dt1c。
-
setRouteTableId
public void setRouteTableId(String RouteTableId)
Set 路由表实例ID,例如:rtb-azd4dt1c。- Parameters:
RouteTableId- 路由表实例ID,例如:rtb-azd4dt1c。
-
-