public class UpdateWhiteIpsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResult |
static class |
UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResultNetworkConfig |
static class |
UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResultNetworkConfigWhiteIpGroupList |
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The updated whitelist.
|
UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResult |
result
The network configurations.
|
构造器和说明 |
---|
UpdateWhiteIpsResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateWhiteIpsResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResult |
getResult() |
UpdateWhiteIpsResponseBody |
setRequestId(String requestId) |
UpdateWhiteIpsResponseBody |
setResult(UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResult result) |
@NameInMap(value="RequestId") public String requestId
The updated whitelist.
@NameInMap(value="Result") public UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResult result
The network configurations.
public static UpdateWhiteIpsResponseBody build(Map<String,?> map) throws Exception
Exception
public UpdateWhiteIpsResponseBody setRequestId(String requestId)
public String getRequestId()
public UpdateWhiteIpsResponseBody setResult(UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResult result)
public UpdateWhiteIpsResponseBody.UpdateWhiteIpsResponseBodyResult getResult()
Copyright © 2024. All rights reserved.