public class CreatePrefixListResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
prefixListId
The ID of the prefix list.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
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.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
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 © 2023. All rights reserved.