public class DescribeGuestClusterPodsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
podList
The list of the names of the queried pods.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
DescribeGuestClusterPodsResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeGuestClusterPodsResponseBody |
build(Map<String,?> map) |
List<String> |
getPodList() |
String |
getRequestId() |
DescribeGuestClusterPodsResponseBody |
setPodList(List<String> podList) |
DescribeGuestClusterPodsResponseBody |
setRequestId(String requestId) |
@NameInMap(value="PodList") public List<String> podList
The list of the names of the queried pods.
@NameInMap(value="RequestId") public String requestId
The request ID.
public static DescribeGuestClusterPodsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeGuestClusterPodsResponseBody setPodList(List<String> podList)
public DescribeGuestClusterPodsResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.