public class ListProxyAccessesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned.
|
String |
errorMessage
The error message returned.
|
List<ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList> |
proxyAccessList
The information about the users that are authorized to access the database instance by using the secure access proxy feature.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
ListProxyAccessesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListProxyAccessesResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
List<ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList> |
getProxyAccessList() |
String |
getRequestId() |
Boolean |
getSuccess() |
ListProxyAccessesResponseBody |
setErrorCode(String errorCode) |
ListProxyAccessesResponseBody |
setErrorMessage(String errorMessage) |
ListProxyAccessesResponseBody |
setProxyAccessList(List<ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList> proxyAccessList) |
ListProxyAccessesResponseBody |
setRequestId(String requestId) |
ListProxyAccessesResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned.
example:MissingProxyId
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned.
example:ProxyId is mandatory for this action.
@NameInMap(value="ProxyAccessList") public List<ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList> proxyAccessList
The information about the users that are authorized to access the database instance by using the secure access proxy feature.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:E53D178A-85E9-5E1F-88B6-3CB1FCF2****
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static ListProxyAccessesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListProxyAccessesResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListProxyAccessesResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListProxyAccessesResponseBody setProxyAccessList(List<ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList> proxyAccessList)
public List<ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList> getProxyAccessList()
public ListProxyAccessesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListProxyAccessesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.