public static interface ListServiceQuotasResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListServiceQuotasResponse.Builder,ListServiceQuotasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceQuotasResponse.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.
|
ListServiceQuotasResponse.Builder |
quotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
|
ListServiceQuotasResponse.Builder |
quotas(Consumer<ServiceQuota.Builder>... quotas)
The response information for a quota lists all attribute information for the quota.
|
ListServiceQuotasResponse.Builder |
quotas(ServiceQuota... quotas)
The response information for a quota lists all attribute information for the quota.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceQuotasResponse.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).ListServiceQuotasResponse.Builder quotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
quotas - The response information for a quota lists all attribute information for the quota.ListServiceQuotasResponse.Builder quotas(ServiceQuota... quotas)
The response information for a quota lists all attribute information for the quota.
quotas - The response information for a quota lists all attribute information for the quota.ListServiceQuotasResponse.Builder quotas(Consumer<ServiceQuota.Builder>... quotas)
The response information for a quota lists all attribute information for the quota.
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 #quotas(List) .quotas - a consumer that will call methods on List.Builder #quotas(List) Copyright © 2019. All rights reserved.