Class AsyncInvokeSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AsyncInvokeSummary.Builder,AsyncInvokeSummary>
A summary of an asynchronous invocation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AsyncInvokeSummary.Builderbuilder()final StringThe invocation's idempotency token.final InstantendTime()When the invocation ended.final booleanfinal booleanequalsBySdkFields(Object obj) final StringAn error message.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe invocation's ARN.final InstantWhen the invocation was last modified.final StringmodelArn()The invoked model's ARN.The invocation's output data settings.static Class<? extends AsyncInvokeSummary.Builder>final AsyncInvokeStatusstatus()The invocation's status.final StringThe invocation's status.final InstantWhen the invocation was submitted.final StringtoString()Returns a string representation of this object.Methods 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
-
invocationArn
The invocation's ARN.
- Returns:
- The invocation's ARN.
-
modelArn
The invoked model's ARN.
- Returns:
- The invoked model's ARN.
-
clientRequestToken
The invocation's idempotency token.
- Returns:
- The invocation's idempotency token.
-
status
The invocation's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAsyncInvokeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The invocation's status.
- See Also:
-
statusAsString
The invocation's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAsyncInvokeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The invocation's status.
- See Also:
-
failureMessage
An error message.
- Returns:
- An error message.
-
submitTime
When the invocation was submitted.
- Returns:
- When the invocation was submitted.
-
lastModifiedTime
When the invocation was last modified.
- Returns:
- When the invocation was last modified.
-
endTime
When the invocation ended.
- Returns:
- When the invocation ended.
-
outputDataConfig
The invocation's output data settings.
- Returns:
- The invocation's output data settings.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AsyncInvokeSummary.Builder,AsyncInvokeSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-