public class CreateAddressTemplateGroupRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateAddressTemplateGroupRequest() | 
| CreateAddressTemplateGroupRequest(CreateAddressTemplateGroupRequest 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 | 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, toJsonStringpublic CreateAddressTemplateGroupRequest()
public CreateAddressTemplateGroupRequest(CreateAddressTemplateGroupRequest source)
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 © 2022. All rights reserved.