public class ModifySubnetAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifySubnetAttributeRequest() |
ModifySubnetAttributeRequest(ModifySubnetAttributeRequest 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 |
getEnableBroadcast()
Get Whether the subnet has broadcast enabled.
|
String |
getSubnetId()
Get Subnet instance ID, such as `subnet-pxir56ns`.
|
String |
getSubnetName()
Get The subnet name.
|
void |
setEnableBroadcast(String EnableBroadcast)
Set Whether the subnet has broadcast enabled.
|
void |
setSubnetId(String SubnetId)
Set Subnet instance ID, such as `subnet-pxir56ns`.
|
void |
setSubnetName(String SubnetName)
Set The subnet name.
|
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 ModifySubnetAttributeRequest()
public ModifySubnetAttributeRequest(ModifySubnetAttributeRequest source)
public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet instance ID, such as `subnet-pxir56ns`.public String getSubnetName()
public void setSubnetName(String SubnetName)
SubnetName
- The subnet name. The maximum length is 60 bytes.public String getEnableBroadcast()
public void setEnableBroadcast(String EnableBroadcast)
EnableBroadcast
- Whether the subnet has broadcast enabled.Copyright © 2023. All rights reserved.