Class ListAsyncInvokesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeRequest
-
- software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAsyncInvokesRequest extends BedrockRuntimeRequest implements ToCopyableBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAsyncInvokesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAsyncInvokesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of invocations to return in one page of results.StringnextToken()Specify the pagination token from a previous request to retrieve the next page of results.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListAsyncInvokesRequest.Builder>serializableBuilderClass()SortAsyncInvocationBysortBy()How to sort the response.StringsortByAsString()How to sort the response.SortOrdersortOrder()The sorting order for the response.StringsortOrderAsString()The sorting order for the response.AsyncInvokeStatusstatusEquals()Filter invocations by status.StringstatusEqualsAsString()Filter invocations by status.InstantsubmitTimeAfter()Include invocations submitted after this time.InstantsubmitTimeBefore()Include invocations submitted before this time.ListAsyncInvokesRequest.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
-
submitTimeAfter
public final Instant submitTimeAfter()
Include invocations submitted after this time.
- Returns:
- Include invocations submitted after this time.
-
submitTimeBefore
public final Instant submitTimeBefore()
Include invocations submitted before this time.
- Returns:
- Include invocations submitted before this time.
-
statusEquals
public final AsyncInvokeStatus 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:
AsyncInvokeStatus
-
statusEqualsAsString
public final String 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:
AsyncInvokeStatus
-
maxResults
public final Integer 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
public final String 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
public final SortAsyncInvocationBy 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:
SortAsyncInvocationBy
-
sortByAsString
public final String 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:
SortAsyncInvocationBy
-
sortOrder
public final SortOrder 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:
SortOrder
-
sortOrderAsString
public final String 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:
SortOrder
-
toBuilder
public ListAsyncInvokesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest>- Specified by:
toBuilderin classBedrockRuntimeRequest
-
builder
public static ListAsyncInvokesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAsyncInvokesRequest.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
-
-