Class ListResourceRequestsRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<ListResourceRequestsRequest.Builder,ListResourceRequestsRequest>

@Generated("software.amazon.awssdk:codegen") public final class ListResourceRequestsRequest extends CloudControlRequest implements ToCopyableBuilder<ListResourceRequestsRequest.Builder,ListResourceRequestsRequest>
  • Method Details

    • maxResults

      public final Integer maxResults()

      The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

      The default is 20.

      Returns:
      The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

      The default is 20.

    • nextToken

      public final String nextToken()

      If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

      Returns:
      If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
    • resourceRequestStatusFilter

      public final ResourceRequestStatusFilter resourceRequestStatusFilter()

      The filter criteria to apply to the requests returned.

      Returns:
      The filter criteria to apply to the requests returned.
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<ListResourceRequestsRequest.Builder,ListResourceRequestsRequest>
      Specified by:
      toBuilder in class CloudControlRequest
    • builder

      public static ListResourceRequestsRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ListResourceRequestsRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo