public static final class DescribeVpcListResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVpcListResponseBody |
build() |
DescribeVpcListResponseBody.Builder |
count(Integer count)
The total number of entries returned.
|
DescribeVpcListResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeVpcListResponseBody.Builder |
vpcList(List<DescribeVpcListResponseBody.VpcList> vpcList)
An array that consists of VPCs.
|
public DescribeVpcListResponseBody.Builder count(Integer count)
The total number of entries returned.
example:1
public DescribeVpcListResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:7E0618A9-D5EF-4220-9471-C42B5E92719F
public DescribeVpcListResponseBody.Builder vpcList(List<DescribeVpcListResponseBody.VpcList> vpcList)
An array that consists of VPCs.
public DescribeVpcListResponseBody build()
Copyright © 2026. All rights reserved.