public class ModifyDomainOwnerRequest extends AbstractModel
Constructor and Description |
---|
ModifyDomainOwnerRequest() |
ModifyDomainOwnerRequest(ModifyDomainOwnerRequest 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 |
getAccount()
Get The account to which to transfer the domain, which can be an UIN or email address
|
String |
getDomain()
Get Domain
|
Long |
getDomainId()
Get The domain ID.
|
void |
setAccount(String Account)
Set The account to which to transfer the domain, which can be an UIN or email address
|
void |
setDomain(String Domain)
Set Domain
|
void |
setDomainId(Long DomainId)
Set The domain 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 ModifyDomainOwnerRequest()
public ModifyDomainOwnerRequest(ModifyDomainOwnerRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domainpublic String getAccount()
public void setAccount(String Account)
Account
- The account to which to transfer the domain, which can be an UIN or email addresspublic Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.Copyright © 2023. All rights reserved.