public static interface ListRequestedServiceQuotaChangeHistoryResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListRequestedServiceQuotaChangeHistoryResponse.Builder,ListRequestedServiceQuotaChangeHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
nextToken(String nextToken)
If present in the response, this value indicates there's more output available that what's included in the
current response.
|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Returns a list of service quota requests.
|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
requestedQuotas(Consumer<RequestedServiceQuotaChange.Builder>... requestedQuotas)
Returns a list of service quota requests.
|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
requestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Returns a list of service quota requests.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRequestedServiceQuotaChangeHistoryResponse.Builder nextToken(String nextToken)
If present in the response, this value indicates there's more output available that what's included in the
current response. This can occur even when the response includes no values at all, such as when you ask for a
filtered view of a very long list. Use this value in the NextToken request parameter in a
subsequent call to the operation to continue processing and get the next part of the output. You should
repeat this until the NextToken response element comes back empty (as null).
nextToken - If present in the response, this value indicates there's more output available that what's included in
the current response. This can occur even when the response includes no values at all, such as when
you ask for a filtered view of a very long list. Use this value in the NextToken request
parameter in a subsequent call to the operation to continue processing and get the next part of the
output. You should repeat this until the NextToken response element comes back empty (as
null).ListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Returns a list of service quota requests.
requestedQuotas - Returns a list of service quota requests.ListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Returns a list of service quota requests.
requestedQuotas - Returns a list of service quota requests.ListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(Consumer<RequestedServiceQuotaChange.Builder>... requestedQuotas)
Returns a list of service quota requests.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #requestedQuotas(List) .requestedQuotas - a consumer that will call methods on List.Builder #requestedQuotas(List) Copyright © 2020. All rights reserved.