public class AddLoginWhiteListsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddLoginWhiteListsRequest() | 
| AddLoginWhiteListsRequest(AddLoginWhiteListsRequest 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 | 
|---|---|
| Long | getEventId()Get Cross-region log-in event ID. | 
| HostLoginWhiteObj | getHostLoginWhiteObj()Get Cross-region log-in allowlist entity | 
| String | getProcessType()Get Synchronous event processing method:
"": do not process"All": add all events that match this configuration to the allowlist"Id": add the event corresponding to the event ID to the allowlist | 
| void | setEventId(Long EventId)Set Cross-region log-in event ID. | 
| void | setHostLoginWhiteObj(HostLoginWhiteObj HostLoginWhiteObj)Set Cross-region log-in allowlist entity | 
| void | setProcessType(String ProcessType)Set Synchronous event processing method:
"": do not process"All": add all events that match this configuration to the allowlist"Id": add the event corresponding to the event ID to the allowlist | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AddLoginWhiteListsRequest()
public AddLoginWhiteListsRequest(AddLoginWhiteListsRequest source)
public HostLoginWhiteObj getHostLoginWhiteObj()
public void setHostLoginWhiteObj(HostLoginWhiteObj HostLoginWhiteObj)
HostLoginWhiteObj - Cross-region log-in allowlist entitypublic String getProcessType()
public void setProcessType(String ProcessType)
ProcessType - Synchronous event processing method:
"": do not process"All": add all events that match this configuration to the allowlist"Id": add the event corresponding to the event ID to the allowlistpublic Long getEventId()
public void setEventId(Long EventId)
EventId - Cross-region log-in event ID. This parameter is required when ProcessType is set to Id.Copyright © 2025. All rights reserved.