Class ListRequestedServiceQuotaChangeHistoryRequest
- 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.ListRequestedServiceQuotaChangeHistoryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListRequestedServiceQuotaChangeHistoryRequest.Builder,ListRequestedServiceQuotaChangeHistoryRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListRequestedServiceQuotaChangeHistoryRequest extends ServiceQuotasRequest implements ToCopyableBuilder<ListRequestedServiceQuotaChangeHistoryRequest.Builder,ListRequestedServiceQuotaChangeHistoryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListRequestedServiceQuotaChangeHistoryRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRequestedServiceQuotaChangeHistoryRequest.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.AppliedLevelEnumquotaRequestedAtLevel()Specifies at which level within the Amazon Web Services account the quota request applies to.StringquotaRequestedAtLevelAsString()Specifies at which level within the Amazon Web Services account the quota request applies to.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListRequestedServiceQuotaChangeHistoryRequest.Builder>serializableBuilderClass()StringserviceCode()Specifies the service identifier.RequestStatusstatus()Specifies that you want to filter the results to only the requests with the matching status.StringstatusAsString()Specifies that you want to filter the results to only the requests with the matching status.ListRequestedServiceQuotaChangeHistoryRequest.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.
-
status
public final RequestStatus status()
Specifies that you want to filter the results to only the requests with the matching status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRequestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies that you want to filter the results to only the requests with the matching status.
- See Also:
RequestStatus
-
statusAsString
public final String statusAsString()
Specifies that you want to filter the results to only the requests with the matching status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRequestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies that you want to filter the results to only the requests with the matching status.
- See Also:
RequestStatus
-
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.
-
quotaRequestedAtLevel
public final AppliedLevelEnum quotaRequestedAtLevel()
Specifies at which level within the Amazon Web Services account the quota request applies to.
If the service returns an enum value that is not available in the current SDK version,
quotaRequestedAtLevelwill returnAppliedLevelEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromquotaRequestedAtLevelAsString().- Returns:
- Specifies at which level within the Amazon Web Services account the quota request applies to.
- See Also:
AppliedLevelEnum
-
quotaRequestedAtLevelAsString
public final String quotaRequestedAtLevelAsString()
Specifies at which level within the Amazon Web Services account the quota request applies to.
If the service returns an enum value that is not available in the current SDK version,
quotaRequestedAtLevelwill returnAppliedLevelEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromquotaRequestedAtLevelAsString().- Returns:
- Specifies at which level within the Amazon Web Services account the quota request applies to.
- See Also:
AppliedLevelEnum
-
toBuilder
public ListRequestedServiceQuotaChangeHistoryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListRequestedServiceQuotaChangeHistoryRequest.Builder,ListRequestedServiceQuotaChangeHistoryRequest>- Specified by:
toBuilderin classServiceQuotasRequest
-
builder
public static ListRequestedServiceQuotaChangeHistoryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListRequestedServiceQuotaChangeHistoryRequest.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
-
-