Class MemoryRecordOutput
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MemoryRecordOutput.Builder,MemoryRecordOutput>
Output information returned after processing a memory record operation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryRecordOutput.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final IntegerThe error code returned when the memory record operation fails.final StringA human-readable error message describing why the memory record operation failed.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe unique ID associated to the memory record.final StringThe client-provided identifier that was used to track this record operation.static Class<? extends MemoryRecordOutput.Builder>final MemoryRecordStatusstatus()The status of the memory record operation (e.g., SUCCEEDED, FAILED).final StringThe status of the memory record operation (e.g., SUCCEEDED, FAILED).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
-
memoryRecordId
The unique ID associated to the memory record.
- Returns:
- The unique ID associated to the memory record.
-
status
The status of the memory record operation (e.g., SUCCEEDED, FAILED).
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMemoryRecordStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the memory record operation (e.g., SUCCEEDED, FAILED).
- See Also:
-
statusAsString
The status of the memory record operation (e.g., SUCCEEDED, FAILED).
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMemoryRecordStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the memory record operation (e.g., SUCCEEDED, FAILED).
- See Also:
-
requestIdentifier
The client-provided identifier that was used to track this record operation.
- Returns:
- The client-provided identifier that was used to track this record operation.
-
errorCode
The error code returned when the memory record operation fails.
- Returns:
- The error code returned when the memory record operation fails.
-
errorMessage
A human-readable error message describing why the memory record operation failed.
- Returns:
- A human-readable error message describing why the memory record operation failed.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<MemoryRecordOutput.Builder,MemoryRecordOutput>
-
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
-