public class CreateAddressTemplateGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateAddressTemplateGroupRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAddressTemplateGroupName()
Get The name of the IP address template group.
|
String[] |
getAddressTemplateIds()
Get The instance ID of the IP address template, such as `ipm-mdunqeb6`.
|
void |
setAddressTemplateGroupName(String AddressTemplateGroupName)
Set The name of the IP address template group.
|
void |
setAddressTemplateIds(String[] AddressTemplateIds)
Set The instance ID of the IP address template, such as `ipm-mdunqeb6`.
|
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 String getAddressTemplateGroupName()
public void setAddressTemplateGroupName(String AddressTemplateGroupName)
AddressTemplateGroupName
- The name of the IP address template group.public String[] getAddressTemplateIds()
public void setAddressTemplateIds(String[] AddressTemplateIds)
AddressTemplateIds
- The instance ID of the IP address template, such as `ipm-mdunqeb6`.Copyright © 2020. All rights reserved.