Class CreateEmailAddressRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.CreateEmailAddressRequest
-
public class CreateEmailAddressRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateEmailAddressRequest()
CreateEmailAddressRequest(CreateEmailAddressRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmailAddress()
Get 您的发信地址(发信地址总数上限为10个)String
getEmailSenderName()
Get 发件人别名void
setEmailAddress(String EmailAddress)
Set 您的发信地址(发信地址总数上限为10个)void
setEmailSenderName(String EmailSenderName)
Set 发件人别名void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateEmailAddressRequest
public CreateEmailAddressRequest()
-
CreateEmailAddressRequest
public CreateEmailAddressRequest(CreateEmailAddressRequest 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.
-
-
Method Detail
-
getEmailAddress
public String getEmailAddress()
Get 您的发信地址(发信地址总数上限为10个)- Returns:
- EmailAddress 您的发信地址(发信地址总数上限为10个)
-
setEmailAddress
public void setEmailAddress(String EmailAddress)
Set 您的发信地址(发信地址总数上限为10个)- Parameters:
EmailAddress
- 您的发信地址(发信地址总数上限为10个)
-
getEmailSenderName
public String getEmailSenderName()
Get 发件人别名- Returns:
- EmailSenderName 发件人别名
-
setEmailSenderName
public void setEmailSenderName(String EmailSenderName)
Set 发件人别名- Parameters:
EmailSenderName
- 发件人别名
-
-