Class ExtractionJobFilterInput
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExtractionJobFilterInput.Builder,ExtractionJobFilterInput>
Filters for querying memory extraction jobs based on various criteria.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringactorId()The identifier of the actor.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ExtractionJobFilterInput.Builder>final StringThe unique identifier of the session.final ExtractionJobStatusstatus()The status of the extraction job.final StringThe status of the extraction job.final StringThe memory strategy identifier to filter extraction jobs by.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
-
strategyId
The memory strategy identifier to filter extraction jobs by. If specified, only extraction jobs with this strategy ID are returned.
- Returns:
- The memory strategy identifier to filter extraction jobs by. If specified, only extraction jobs with this strategy ID are returned.
-
sessionId
The unique identifier of the session. If specified, only extraction jobs with this session ID are returned.
- Returns:
- The unique identifier of the session. If specified, only extraction jobs with this session ID are returned.
-
actorId
The identifier of the actor. If specified, only extraction jobs with this actor ID are returned.
- Returns:
- The identifier of the actor. If specified, only extraction jobs with this actor ID are returned.
-
status
The status of the extraction job. If specified, only extraction jobs with this status are returned.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExtractionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the extraction job. If specified, only extraction jobs with this status are returned.
- See Also:
-
statusAsString
The status of the extraction job. If specified, only extraction jobs with this status are returned.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExtractionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the extraction job. If specified, only extraction jobs with this status are returned.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExtractionJobFilterInput.Builder,ExtractionJobFilterInput>
-
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
-