Class ListAsyncInvokesRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe maximum number of invocations to return in one page of results.final StringSpecify the pagination token from a previous request to retrieve the next page of results.static Class<? extends ListAsyncInvokesRequest.Builder>final SortAsyncInvocationBysortBy()How to sort the response.final StringHow to sort the response.final SortOrderThe sorting order for the response.final StringThe sorting order for the response.final AsyncInvokeStatusFilter invocations by status.final StringFilter invocations by status.final InstantInclude invocations submitted after this time.final InstantInclude invocations submitted before this time.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
submitTimeAfter
Include invocations submitted after this time.
- Returns:
- Include invocations submitted after this time.
-
submitTimeBefore
Include invocations submitted before this time.
- Returns:
- Include invocations submitted before this time.
-
statusEquals
Filter invocations by status.
If the service returns an enum value that is not available in the current SDK version,
statusEqualswill returnAsyncInvokeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusEqualsAsString().- Returns:
- Filter invocations by status.
- See Also:
-
statusEqualsAsString
Filter invocations by status.
If the service returns an enum value that is not available in the current SDK version,
statusEqualswill returnAsyncInvokeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusEqualsAsString().- Returns:
- Filter invocations by status.
- See Also:
-
maxResults
The maximum number of invocations to return in one page of results.
- Returns:
- The maximum number of invocations to return in one page of results.
-
nextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- Returns:
- Specify the pagination token from a previous request to retrieve the next page of results.
-
sortBy
How to sort the response.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnSortAsyncInvocationBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- How to sort the response.
- See Also:
-
sortByAsString
How to sort the response.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnSortAsyncInvocationBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- How to sort the response.
- See Also:
-
sortOrder
The sorting order for the response.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sorting order for the response.
- See Also:
-
sortOrderAsString
The sorting order for the response.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sorting order for the response.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest> - Specified by:
toBuilderin classBedrockRuntimeRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-