public class DeleteAliasDomainRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteAliasDomainRequest() | 
| DeleteAliasDomainRequest(DeleteAliasDomainRequest 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[] | getAliasNames()Get The alias domain name to be deleted. | 
| String | getZoneId()Get The site ID. | 
| void | setAliasNames(String[] AliasNames)Set The alias domain name to be deleted. | 
| void | setZoneId(String ZoneId)Set The site ID. | 
| 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 DeleteAliasDomainRequest()
public DeleteAliasDomainRequest(DeleteAliasDomainRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - The site ID.public String[] getAliasNames()
public void setAliasNames(String[] AliasNames)
AliasNames - The alias domain name to be deleted. If it is left empty, the delete operation is not performed.Copyright © 2023. All rights reserved.