public class EmailIdentity extends AbstractModel
| Constructor and Description | 
|---|
| EmailIdentity() | 
| EmailIdentity(EmailIdentity 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 | getIdentityName()Get Sender domain. | 
| String | getIdentityType()Get Verification type. | 
| Boolean | getSendingEnabled()Get Verification passed or not. | 
| void | setIdentityName(String IdentityName)Set Sender domain. | 
| void | setIdentityType(String IdentityType)Set Verification type. | 
| void | setSendingEnabled(Boolean SendingEnabled)Set Verification passed or not. | 
| 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, toJsonStringpublic EmailIdentity()
public EmailIdentity(EmailIdentity source)
public String getIdentityName()
public void setIdentityName(String IdentityName)
IdentityName - Sender domain.public String getIdentityType()
public void setIdentityType(String IdentityType)
IdentityType - Verification type. The value is fixed to `DOMAIN`.public Boolean getSendingEnabled()
public void setSendingEnabled(Boolean SendingEnabled)
SendingEnabled - Verification passed or not.Copyright © 2022. All rights reserved.