public class ListLogstashResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListLogstashResponseBody.ListLogstashResponseBodyHeaders |
static class |
ListLogstashResponseBody.ListLogstashResponseBodyResult |
static class |
ListLogstashResponseBody.ListLogstashResponseBodyResultNetworkConfig |
static class |
ListLogstashResponseBody.ListLogstashResponseBodyResultNodeSpec |
static class |
ListLogstashResponseBody.ListLogstashResponseBodyResultTags |
限定符和类型 | 字段和说明 |
---|---|
ListLogstashResponseBody.ListLogstashResponseBodyHeaders |
headers
The billing method of the instance.
|
String |
requestId
Detailed information about the matching instances.
|
List<ListLogstashResponseBody.ListLogstashResponseBodyResult> |
result
The name of the VPC.
|
构造器和说明 |
---|
ListLogstashResponseBody() |
@NameInMap(value="Headers") public ListLogstashResponseBody.ListLogstashResponseBodyHeaders headers
The billing method of the instance. Supported: prepaid (subscription) and postpaid (pay-as-you-go).
@NameInMap(value="RequestId") public String requestId
Detailed information about the matching instances.
@NameInMap(value="Result") public List<ListLogstashResponseBody.ListLogstashResponseBodyResult> result
The name of the VPC.
public static ListLogstashResponseBody build(Map<String,?> map) throws Exception
Exception
public ListLogstashResponseBody setHeaders(ListLogstashResponseBody.ListLogstashResponseBodyHeaders headers)
public ListLogstashResponseBody.ListLogstashResponseBodyHeaders getHeaders()
public ListLogstashResponseBody setRequestId(String requestId)
public String getRequestId()
public ListLogstashResponseBody setResult(List<ListLogstashResponseBody.ListLogstashResponseBodyResult> result)
public List<ListLogstashResponseBody.ListLogstashResponseBodyResult> getResult()
Copyright © 2024. All rights reserved.