public class ListForwardingRulesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
forwardingRuleId
The ID of the forwarding rule.
|
String |
listenerId
The ID of the listener.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The token that is used for the next query.
|
String |
regionId
The ID of the region where the Global Accelerator (GA) instance is deployed.
|
构造器和说明 |
---|
ListForwardingRulesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListForwardingRulesRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getClientToken() |
String |
getForwardingRuleId() |
String |
getListenerId() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
ListForwardingRulesRequest |
setAcceleratorId(String acceleratorId) |
ListForwardingRulesRequest |
setClientToken(String clientToken) |
ListForwardingRulesRequest |
setForwardingRuleId(String forwardingRuleId) |
ListForwardingRulesRequest |
setListenerId(String listenerId) |
ListForwardingRulesRequest |
setMaxResults(Integer maxResults) |
ListForwardingRulesRequest |
setNextToken(String nextToken) |
ListForwardingRulesRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must ensure that it is unique among all requests. The ClientToken value contain only ASCII characters.
> If you do not set this parameter, the system sets **ClientToken** to the value of **RequestId**. The value of **RequestId** may be different for each API request.
@NameInMap(value="ForwardingRuleId") public String forwardingRuleId
The ID of the forwarding rule.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener.
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: **1** to **100**. Default value: **20**.
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
* If this is your first query or no subsequent query is to be sent, ignore this parameter.
* If a next query is to be sent, set the value to the value of **NextToken** that is returned from the last call.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
public static ListForwardingRulesRequest build(Map<String,?> map) throws Exception
Exception
public ListForwardingRulesRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListForwardingRulesRequest setClientToken(String clientToken)
public String getClientToken()
public ListForwardingRulesRequest setForwardingRuleId(String forwardingRuleId)
public String getForwardingRuleId()
public ListForwardingRulesRequest setListenerId(String listenerId)
public String getListenerId()
public ListForwardingRulesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListForwardingRulesRequest setNextToken(String nextToken)
public String getNextToken()
public ListForwardingRulesRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.