public class DeleteVpcEndPointServiceWhiteListRequest extends AbstractModel
Constructor and Description |
---|
DeleteVpcEndPointServiceWhiteListRequest() |
DeleteVpcEndPointServiceWhiteListRequest(DeleteVpcEndPointServiceWhiteListRequest 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 |
getEndPointServiceId()
Get Endpoint service ID
|
String[] |
getUserUin()
Get Array of user UINs
|
void |
setEndPointServiceId(String EndPointServiceId)
Set Endpoint service ID
|
void |
setUserUin(String[] UserUin)
Set Array of user UINs
|
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 DeleteVpcEndPointServiceWhiteListRequest()
public DeleteVpcEndPointServiceWhiteListRequest(DeleteVpcEndPointServiceWhiteListRequest source)
public String[] getUserUin()
public void setUserUin(String[] UserUin)
UserUin
- Array of user UINspublic String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- Endpoint service IDCopyright © 2021. All rights reserved.