public class CreateSnatEntryResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The request ID.
|
String |
snatEntryId
The ID of the SNAT entry.
|
构造器和说明 |
---|
CreateSnatEntryResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateSnatEntryResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getSnatEntryId() |
CreateSnatEntryResponseBody |
setRequestId(String requestId) |
CreateSnatEntryResponseBody |
setSnatEntryId(String snatEntryId) |
@NameInMap(value="RequestId") public String requestId
The request ID.
example:2315DEB7-5E92-423A-91F7-4C1EC9AD97C3
@NameInMap(value="SnatEntryId") public String snatEntryId
The ID of the SNAT entry.
example:snat-kmd6nv8fy****
public static CreateSnatEntryResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateSnatEntryResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateSnatEntryResponseBody setSnatEntryId(String snatEntryId)
public String getSnatEntryId()
Copyright © 2024. All rights reserved.