public static final class ListTLSCipherPoliciesResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListTLSCipherPoliciesResponseBody |
build() |
ListTLSCipherPoliciesResponseBody.Builder |
isTruncated(Boolean isTruncated)
Indicates whether the current page is the last page.
|
ListTLSCipherPoliciesResponseBody.Builder |
nextToken(String nextToken)
The token that is used for the next query.
|
ListTLSCipherPoliciesResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
ListTLSCipherPoliciesResponseBody.Builder |
TLSCipherPolicies(List<ListTLSCipherPoliciesResponseBody.TLSCipherPolicies> TLSCipherPolicies)
The list of TLS policies.
|
ListTLSCipherPoliciesResponseBody.Builder |
totalCount(Integer totalCount)
The total number of TLS policies returned.
|
public ListTLSCipherPoliciesResponseBody.Builder isTruncated(Boolean isTruncated)
* **true**: The current page is the last page. * **false**: The current page is not the last page.
public ListTLSCipherPoliciesResponseBody.Builder nextToken(String nextToken)
* If **NextToken** is empty, it indicates that no next query is to be sent. * If **NextToken** is not empty, the value indicates the token that is used for the next query.
public ListTLSCipherPoliciesResponseBody.Builder requestId(String requestId)
public ListTLSCipherPoliciesResponseBody.Builder TLSCipherPolicies(List<ListTLSCipherPoliciesResponseBody.TLSCipherPolicies> TLSCipherPolicies)
public ListTLSCipherPoliciesResponseBody.Builder totalCount(Integer totalCount)
public ListTLSCipherPoliciesResponseBody build()
Copyright © 2024. All rights reserved.