public class AddressTemplateSpecification extends AbstractModel
| Constructor and Description | 
|---|
| AddressTemplateSpecification() | 
| AddressTemplateSpecification(AddressTemplateSpecification 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 | getAddressGroupId()Get The ID of the IP address group, such as `ipmg-2uw6ujo6`. | 
| String | getAddressId()Get The ID of the IP address, such as `ipm-2uw6ujo6`. | 
| void | setAddressGroupId(String AddressGroupId)Set The ID of the IP address group, such as `ipmg-2uw6ujo6`. | 
| void | setAddressId(String AddressId)Set The ID of the IP address, such as `ipm-2uw6ujo6`. | 
| 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 AddressTemplateSpecification()
public AddressTemplateSpecification(AddressTemplateSpecification source)
public String getAddressId()
public void setAddressId(String AddressId)
AddressId - The ID of the IP address, such as `ipm-2uw6ujo6`.public String getAddressGroupId()
public void setAddressGroupId(String AddressGroupId)
AddressGroupId - The ID of the IP address group, such as `ipmg-2uw6ujo6`.Copyright © 2023. All rights reserved.