@Generated(value="software.amazon.awssdk:codegen") public final class ListAwsDefaultServiceQuotasResponse extends ServiceQuotasResponse implements ToCopyableBuilder<ListAwsDefaultServiceQuotasResponse.Builder,ListAwsDefaultServiceQuotasResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAwsDefaultServiceQuotasResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAwsDefaultServiceQuotasResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
(Optional) Use this parameter in a request if you receive a
NextToken response in a previous request
that indicates that there's more output available. |
List<ServiceQuota> |
quotas()
A list of the quotas in the account with the AWS default values.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAwsDefaultServiceQuotasResponse.Builder> |
serializableBuilderClass() |
ListAwsDefaultServiceQuotasResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextToken()
(Optional) Use this parameter in a request if you receive a NextToken response in a previous request
that indicates that there's more output available. In a subsequent call, set it to the value of the previous
call's NextToken response to indicate where the output should continue from.
NextToken response in a previous
request that indicates that there's more output available. In a subsequent call, set it to the value of
the previous call's NextToken response to indicate where the output should continue from.public List<ServiceQuota> quotas()
A list of the quotas in the account with the AWS default values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ListAwsDefaultServiceQuotasResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAwsDefaultServiceQuotasResponse.Builder,ListAwsDefaultServiceQuotasResponse>toBuilder in class AwsResponsepublic static ListAwsDefaultServiceQuotasResponse.Builder builder()
public static Class<? extends ListAwsDefaultServiceQuotasResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.