@Generated(value="software.amazon.awssdk:codegen") public final class InventoryDeletionStatusItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InventoryDeletionStatusItem.Builder,InventoryDeletionStatusItem>
Status information returned by the DeleteInventory operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryDeletionStatusItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InventoryDeletionStatusItem.Builder |
builder() |
String |
deletionId()
The deletion ID returned by the
DeleteInventory operation. |
Instant |
deletionStartTime()
The UTC timestamp when the delete operation started.
|
InventoryDeletionSummary |
deletionSummary()
Information about the delete operation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InventoryDeletionStatus |
lastStatus()
The status of the operation.
|
String |
lastStatusAsString()
The status of the operation.
|
String |
lastStatusMessage()
Information about the status.
|
Instant |
lastStatusUpdateTime()
The UTC timestamp of when the last status report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InventoryDeletionStatusItem.Builder> |
serializableBuilderClass() |
InventoryDeletionStatusItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
The name of the inventory data type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deletionId()
The deletion ID returned by the DeleteInventory operation.
DeleteInventory operation.public final String typeName()
The name of the inventory data type.
public final Instant deletionStartTime()
The UTC timestamp when the delete operation started.
public final InventoryDeletionStatus 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, lastStatus will
return InventoryDeletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lastStatusAsString().
InventoryDeletionStatuspublic final String 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, lastStatus will
return InventoryDeletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lastStatusAsString().
InventoryDeletionStatuspublic final String lastStatusMessage()
Information about the status.
public final InventoryDeletionSummary 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.
public final Instant lastStatusUpdateTime()
The UTC timestamp of when the last status report.
public InventoryDeletionStatusItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InventoryDeletionStatusItem.Builder,InventoryDeletionStatusItem>public static InventoryDeletionStatusItem.Builder builder()
public static Class<? extends InventoryDeletionStatusItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.