public class DescribeLogStoreOfEndpointGroupRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
listenerId
The ID of the listener.
|
String |
regionId
The region where the GA instance is deployed.
|
构造器和说明 |
---|
DescribeLogStoreOfEndpointGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeLogStoreOfEndpointGroupRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getEndpointGroupId() |
String |
getListenerId() |
String |
getRegionId() |
DescribeLogStoreOfEndpointGroupRequest |
setAcceleratorId(String acceleratorId) |
DescribeLogStoreOfEndpointGroupRequest |
setEndpointGroupId(String endpointGroupId) |
DescribeLogStoreOfEndpointGroupRequest |
setListenerId(String listenerId) |
DescribeLogStoreOfEndpointGroupRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener.
@NameInMap(value="RegionId") public String regionId
The region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static DescribeLogStoreOfEndpointGroupRequest build(Map<String,?> map) throws Exception
Exception
public DescribeLogStoreOfEndpointGroupRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DescribeLogStoreOfEndpointGroupRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public DescribeLogStoreOfEndpointGroupRequest setListenerId(String listenerId)
public String getListenerId()
public DescribeLogStoreOfEndpointGroupRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.