Class InventoryDeletionStatusItem
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InventoryDeletionStatusItem.Builder,InventoryDeletionStatusItem>
Status information returned by the DeleteInventory operation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe deletion ID returned by theDeleteInventoryoperation.final InstantThe UTC timestamp when the delete operation started.final InventoryDeletionSummaryInformation about the delete operation.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InventoryDeletionStatusThe status of the operation.final StringThe status of the operation.final StringInformation about the status.final InstantThe UTC timestamp of when the last status report.static Class<? extends InventoryDeletionStatusItem.Builder>final StringtoString()Returns a string representation of this object.final StringtypeName()The name of the inventory data type.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
-
deletionId
The deletion ID returned by the
DeleteInventoryoperation.- Returns:
- The deletion ID returned by the
DeleteInventoryoperation.
-
typeName
The name of the inventory data type.
- Returns:
- The name of the inventory data type.
-
deletionStartTime
The UTC timestamp when the delete operation started.
- Returns:
- The UTC timestamp when the delete operation started.
-
lastStatus
The status of the operation. Possible values are InProgress and Complete.
If the service returns an enum value that is not available in the current SDK version,
lastStatuswill returnInventoryDeletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlastStatusAsString().- Returns:
- The status of the operation. Possible values are InProgress and Complete.
- See Also:
-
lastStatusAsString
The status of the operation. Possible values are InProgress and Complete.
If the service returns an enum value that is not available in the current SDK version,
lastStatuswill returnInventoryDeletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlastStatusAsString().- Returns:
- The status of the operation. Possible values are InProgress and Complete.
- See Also:
-
lastStatusMessage
Information about the status.
- Returns:
- Information about the status.
-
deletionSummary
Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
- Returns:
- Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
-
lastStatusUpdateTime
The UTC timestamp of when the last status report.
- Returns:
- The UTC timestamp of when the last status report.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InventoryDeletionStatusItem.Builder,InventoryDeletionStatusItem>
-
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
-