Class ListAwsDefaultServiceQuotasRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.servicequotas.model.ServiceQuotasRequest
-
- software.amazon.awssdk.services.servicequotas.model.ListAwsDefaultServiceQuotasRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAwsDefaultServiceQuotasRequest.Builder,ListAwsDefaultServiceQuotasRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAwsDefaultServiceQuotasRequest extends ServiceQuotasRequest implements ToCopyableBuilder<ListAwsDefaultServiceQuotasRequest.Builder,ListAwsDefaultServiceQuotasRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAwsDefaultServiceQuotasRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAwsDefaultServiceQuotasRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()Specifies the maximum number of results that you want included on each page of the response.StringnextToken()Specifies a value for receiving additional results after you receive aNextTokenresponse in a previous request.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListAwsDefaultServiceQuotasRequest.Builder>serializableBuilderClass()StringserviceCode()Specifies the service identifier.ListAwsDefaultServiceQuotasRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
serviceCode
public final String serviceCode()
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
- Returns:
- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
-
nextToken
public final String nextToken()
Specifies a value for receiving additional results after you receive a
NextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value of the previous call'sNextTokenresponse to indicate where the output should continue from.- Returns:
- Specifies a value for receiving additional results after you receive a
NextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value of the previous call'sNextTokenresponse to indicate where the output should continue from.
-
maxResults
public final Integer maxResults()
Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the
NextTokenresponse element is present and has a value (is not null). Include that value as theNextTokenrequest parameter in the next call to the operation to get the next part of the results.An API operation can return fewer results than the maximum even when there are more results available. You should check
NextTokenafter every operation to ensure that you receive all of the results.- Returns:
- Specifies the maximum number of results that you want included on each page of the response. If you do
not include this parameter, it defaults to a value appropriate to the operation. If additional items
exist beyond those included in the current response, the
NextTokenresponse element is present and has a value (is not null). Include that value as theNextTokenrequest parameter in the next call to the operation to get the next part of the results.An API operation can return fewer results than the maximum even when there are more results available. You should check
NextTokenafter every operation to ensure that you receive all of the results.
-
toBuilder
public ListAwsDefaultServiceQuotasRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAwsDefaultServiceQuotasRequest.Builder,ListAwsDefaultServiceQuotasRequest>- Specified by:
toBuilderin classServiceQuotasRequest
-
builder
public static ListAwsDefaultServiceQuotasRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAwsDefaultServiceQuotasRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-