public class CreatePrefixListResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
prefixListId
The ID of the prefix list.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
CreatePrefixListResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreatePrefixListResponseBody |
build(Map<String,?> map) |
String |
getPrefixListId() |
String |
getRequestId() |
CreatePrefixListResponseBody |
setPrefixListId(String prefixListId) |
CreatePrefixListResponseBody |
setRequestId(String requestId) |
@NameInMap(value="PrefixListId") public String prefixListId
The ID of the prefix list.
example:pl-x1j1k5ykzqlixdcy****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:38793DB8-A4B2-4AEC-BFD3-111234E9188D
public static CreatePrefixListResponseBody build(Map<String,?> map) throws Exception
Exception
public CreatePrefixListResponseBody setPrefixListId(String prefixListId)
public String getPrefixListId()
public CreatePrefixListResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.