public class AddVpcCniSubnetsRequest extends AbstractModel
| Constructor and Description | 
|---|
AddVpcCniSubnetsRequest()  | 
AddVpcCniSubnetsRequest(AddVpcCniSubnetsRequest 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 | 
getClusterId()
Get Cluster ID 
 | 
String[] | 
getSubnetIds()
Get The subnets added for the cluster container network 
 | 
String | 
getVpcId()
Get ID of the VPC where the cluster resides 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setSubnetIds(String[] SubnetIds)
Set The subnets added for the cluster container network 
 | 
void | 
setVpcId(String VpcId)
Set ID of the VPC where the cluster resides 
 | 
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 AddVpcCniSubnetsRequest()
public AddVpcCniSubnetsRequest(AddVpcCniSubnetsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String[] getSubnetIds()
public void setSubnetIds(String[] SubnetIds)
SubnetIds - The subnets added for the cluster container networkpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - ID of the VPC where the cluster residesCopyright © 2021. All rights reserved.