public class ModifyVpcPrefixListResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
prefixListId
The ID of the prefix list.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
ModifyVpcPrefixListResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyVpcPrefixListResponseBody |
build(Map<String,?> map) |
String |
getPrefixListId() |
String |
getRequestId() |
ModifyVpcPrefixListResponseBody |
setPrefixListId(String prefixListId) |
ModifyVpcPrefixListResponseBody |
setRequestId(String requestId) |
@NameInMap(value="PrefixListId") public String prefixListId
The ID of the prefix list.
example:pl-0b7hwu67****
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:54B48E3D-DF70-471B-AA93-08E683A1B45
public static ModifyVpcPrefixListResponseBody build(Map<String,?> map) throws Exception
Exception
public ModifyVpcPrefixListResponseBody setPrefixListId(String prefixListId)
public String getPrefixListId()
public ModifyVpcPrefixListResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.