public class DeleteBlackListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteBlackListRequest() | 
| DeleteBlackListRequest(DeleteBlackListRequest 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[] | getEmailAddressList()Get List of email addresses to be unblocklisted. | 
| void | setEmailAddressList(String[] EmailAddressList)Set List of email addresses to be unblocklisted. | 
| 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 DeleteBlackListRequest()
public DeleteBlackListRequest(DeleteBlackListRequest source)
public String[] getEmailAddressList()
public void setEmailAddressList(String[] EmailAddressList)
EmailAddressList - List of email addresses to be unblocklisted. Enter at least one address.Copyright © 2022. All rights reserved.