public static final class ListGrantVSwitchEnisResponseBody.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListGrantVSwitchEnisResponseBody |
build() |
ListGrantVSwitchEnisResponseBody.Builder |
grantVSwitchEnis(List<ListGrantVSwitchEnisResponseBody.GrantVSwitchEnis> grantVSwitchEnis)
The information about the ENI.
|
ListGrantVSwitchEnisResponseBody.Builder |
maxResults(Long maxResults)
The total number of entries returned.
|
ListGrantVSwitchEnisResponseBody.Builder |
nextToken(String nextToken)
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
|
ListGrantVSwitchEnisResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
ListGrantVSwitchEnisResponseBody.Builder |
totalCount(String totalCount)
The total number of entries returned.
|
public ListGrantVSwitchEnisResponseBody.Builder grantVSwitchEnis(List<ListGrantVSwitchEnisResponseBody.GrantVSwitchEnis> grantVSwitchEnis)
The information about the ENI.
public ListGrantVSwitchEnisResponseBody.Builder maxResults(Long maxResults)
The total number of entries returned.
example:20
public ListGrantVSwitchEnisResponseBody.Builder nextToken(String nextToken)
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
example:AAAAAdDWBF2****
public ListGrantVSwitchEnisResponseBody.Builder requestId(String requestId)
The ID of the request.
example:DBFE1736-2F33-5309-9954-875B11E9519D
public ListGrantVSwitchEnisResponseBody.Builder totalCount(String totalCount)
The total number of entries returned.
example:If MaxResults and NextToken are sued to query results by page, ignore this parameter.
6
public ListGrantVSwitchEnisResponseBody build()
Copyright © 2025. All rights reserved.