@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) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Returns a string representation of this object.
|
String |
typeName()
The name of the inventory data type.
|
copy
public final String deletionId()
The deletion ID returned by the DeleteInventory
action.
DeleteInventory
action.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()
.
InventoryDeletionStatus
public 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()
.
InventoryDeletionStatus
public 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 AWS Systems Manager User Guide.
public final 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()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.