public class CreateSubnetsRequest extends AbstractModel
Constructor and Description |
---|
CreateSubnetsRequest() |
CreateSubnetsRequest(CreateSubnetsRequest 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 |
getCdcId()
Get 需要增加到的CDC实例ID。
|
SubnetInput[] |
getSubnets()
Get 子网对象列表。
|
Tag[] |
getTags()
Get 指定绑定的标签列表,注意这里的标签集合为列表中所有子网对象所共享,不能为每个子网对象单独指定标签,例如:[{"Key": "city", "Value": "shanghai"}]
|
String |
getVpcId()
Get `VPC`实例`ID`。形如:`vpc-6v2ht8q5`
|
void |
setCdcId(String CdcId)
Set 需要增加到的CDC实例ID。
|
void |
setSubnets(SubnetInput[] Subnets)
Set 子网对象列表。
|
void |
setTags(Tag[] Tags)
Set 指定绑定的标签列表,注意这里的标签集合为列表中所有子网对象所共享,不能为每个子网对象单独指定标签,例如:[{"Key": "city", "Value": "shanghai"}]
|
void |
setVpcId(String VpcId)
Set `VPC`实例`ID`。形如:`vpc-6v2ht8q5`
|
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 CreateSubnetsRequest()
public CreateSubnetsRequest(CreateSubnetsRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- `VPC`实例`ID`。形如:`vpc-6v2ht8q5`public SubnetInput[] getSubnets()
public void setSubnets(SubnetInput[] Subnets)
Subnets
- 子网对象列表。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 指定绑定的标签列表,注意这里的标签集合为列表中所有子网对象所共享,不能为每个子网对象单独指定标签,例如:[{"Key": "city", "Value": "shanghai"}]public String getCdcId()
public void setCdcId(String CdcId)
CdcId
- 需要增加到的CDC实例ID。Copyright © 2022. All rights reserved.