@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
action.
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 action. |
Instant |
deletionStartTime()
The UTC timestamp when the delete operation started.
|
InventoryDeletionSummary |
deletionSummary()
Information about the delete operation.
|
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
typeName()
The name of the inventory data type.
|
copy
public String deletionId()
The deletion ID returned by the DeleteInventory
action.
DeleteInventory
action.public String typeName()
The name of the inventory data type.
public Instant deletionStartTime()
The UTC timestamp when the delete operation started.
public 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()
.
InventoryDeletionStatus
public 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()
.
InventoryDeletionStatus
public String lastStatusMessage()
Information about the status.
public InventoryDeletionSummary deletionSummary()
Information about the delete operation. For more information about this summary, see Understanding the Delete Inventory Summary in the AWS Systems Manager User Guide.
public Instant lastStatusUpdateTime()
The UTC timestamp of when the last status report.
public InventoryDeletionStatusItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InventoryDeletionStatusItem.Builder,InventoryDeletionStatusItem>
public static InventoryDeletionStatusItem.Builder builder()
public static Class<? extends InventoryDeletionStatusItem.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.