public class CreateDomainRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateDomainRequest() | 
| CreateDomainRequest(CreateDomainRequest 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 | getDomain()Get Domain | 
| Long | getGroupId()Get The group ID of the domain. | 
| String | getIsMark()Get Whether the domain is starred. | 
| void | setDomain(String Domain)Set Domain | 
| void | setGroupId(Long GroupId)Set The group ID of the domain. | 
| void | setIsMark(String IsMark)Set Whether the domain is starred. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateDomainRequest()
public CreateDomainRequest(CreateDomainRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domainpublic Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID of the domain. You can view the group information of this domain via the `DescribeDomainGroupList` API.public String getIsMark()
public void setIsMark(String IsMark)
IsMark - Whether the domain is starred. Valid values: yes, no.Copyright © 2025. All rights reserved.