public static final class ListNatIpCidrsResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListNatIpCidrsResponseBody |
build() |
ListNatIpCidrsResponseBody.Builder |
natIpCidrs(List<ListNatIpCidrsResponseBody.NatIpCidrs> natIpCidrs)
The CIDR blocks of the NAT gateway.
|
ListNatIpCidrsResponseBody.Builder |
nextToken(String nextToken)
The token that is used for the next query.
|
ListNatIpCidrsResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
ListNatIpCidrsResponseBody.Builder |
totalCount(String totalCount)
The number of CIDR blocks that are returned.
|
public ListNatIpCidrsResponseBody.Builder natIpCidrs(List<ListNatIpCidrsResponseBody.NatIpCidrs> natIpCidrs)
public ListNatIpCidrsResponseBody.Builder nextToken(String nextToken)
* If the value of **NextToken** is not returned, it indicates that no next query is to be sent. * If the value of **NextToken** is returned, the value indicates the token that is used for the next query.
public ListNatIpCidrsResponseBody.Builder requestId(String requestId)
public ListNatIpCidrsResponseBody.Builder totalCount(String totalCount)
public ListNatIpCidrsResponseBody build()
Copyright © 2024. All rights reserved.