public static interface ListServiceQuotaIncreaseRequestsInTemplateResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListServiceQuotaIncreaseRequestsInTemplateResponse.Builder,ListServiceQuotaIncreaseRequestsInTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceQuotaIncreaseRequestsInTemplateResponse.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.
|
ListServiceQuotaIncreaseRequestsInTemplateResponse.Builder |
serviceQuotaIncreaseRequestInTemplateList(Collection<ServiceQuotaIncreaseRequestInTemplate> serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
|
ListServiceQuotaIncreaseRequestsInTemplateResponse.Builder |
serviceQuotaIncreaseRequestInTemplateList(Consumer<ServiceQuotaIncreaseRequestInTemplate.Builder>... serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
|
ListServiceQuotaIncreaseRequestsInTemplateResponse.Builder |
serviceQuotaIncreaseRequestInTemplateList(ServiceQuotaIncreaseRequestInTemplate... serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceQuotaIncreaseRequestsInTemplateResponse.Builder serviceQuotaIncreaseRequestInTemplateList(Collection<ServiceQuotaIncreaseRequestInTemplate> serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
serviceQuotaIncreaseRequestInTemplateList - Returns the list of values of the quota increase request in the template.ListServiceQuotaIncreaseRequestsInTemplateResponse.Builder serviceQuotaIncreaseRequestInTemplateList(ServiceQuotaIncreaseRequestInTemplate... serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
serviceQuotaIncreaseRequestInTemplateList - Returns the list of values of the quota increase request in the template.ListServiceQuotaIncreaseRequestsInTemplateResponse.Builder serviceQuotaIncreaseRequestInTemplateList(Consumer<ServiceQuotaIncreaseRequestInTemplate.Builder>... serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #serviceQuotaIncreaseRequestInTemplateList(List) .serviceQuotaIncreaseRequestInTemplateList - a consumer that will call methods on List.Builder #serviceQuotaIncreaseRequestInTemplateList(List) ListServiceQuotaIncreaseRequestsInTemplateResponse.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).Copyright © 2019. All rights reserved.