public class CreateEmailIdentityRequest extends AbstractModel
Constructor and Description |
---|
CreateEmailIdentityRequest() |
CreateEmailIdentityRequest(CreateEmailIdentityRequest 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 |
getEmailIdentity()
Get 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。
|
void |
setEmailIdentity(String EmailIdentity)
Set 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。
|
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 CreateEmailIdentityRequest()
public CreateEmailIdentityRequest(CreateEmailIdentityRequest source)
public String getEmailIdentity()
public void setEmailIdentity(String EmailIdentity)
EmailIdentity
- 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。Copyright © 2021. All rights reserved.