public class ModifyZoneRequest extends AbstractModel
Constructor and Description |
---|
ModifyZoneRequest() |
ModifyZoneRequest(ModifyZoneRequest 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 |
getAliasZoneName()
Get The site alias.
|
String |
getType()
Get The site access method.
|
VanityNameServers |
getVanityNameServers()
Get The custom name servers.
|
String |
getZoneId()
Get The site ID.
|
void |
setAliasZoneName(String AliasZoneName)
Set The site alias.
|
void |
setType(String Type)
Set The site access method.
|
void |
setVanityNameServers(VanityNameServers VanityNameServers)
Set The custom name servers.
|
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, toJsonString
public ModifyZoneRequest()
public ModifyZoneRequest(ModifyZoneRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getType()
public void setType(String Type)
Type
- The site access method. Values:
public VanityNameServers getVanityNameServers()
public void setVanityNameServers(VanityNameServers VanityNameServers)
VanityNameServers
- The custom name servers. If this field is not specified, the default name servers will be used.public String getAliasZoneName()
public void setAliasZoneName(String AliasZoneName)
AliasZoneName
- The site alias. It can be up to 20 characters consisting of digits, letters, hyphens (-) and underscores (_).Copyright © 2023. All rights reserved.