@Generated(value="software.amazon.awssdk:codegen") public class InventoryResultItem extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<InventoryResultItem.Builder,InventoryResultItem>
The inventory result item.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryResultItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InventoryResultItem.Builder |
builder() |
String |
captureTime()
The time inventory item data was captured.
|
List<Map<String,String>> |
content()
Contains all the inventory data of the item type.
|
String |
contentHash()
MD5 hash of the inventory item type contents.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
schemaVersion()
The schema version for the inventory result item/
|
static Class<? extends InventoryResultItem.Builder> |
serializableBuilderClass() |
InventoryResultItem.Builder |
toBuilder() |
String |
toString() |
String |
typeName()
The name of the inventory result item type.
|
public String typeName()
The name of the inventory result item type.
public String schemaVersion()
The schema version for the inventory result item/
public String captureTime()
The time inventory item data was captured.
public String contentHash()
MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API does not update the inventory item type contents if the MD5 hash has not changed since last update.
public List<Map<String,String>> content()
Contains all the inventory data of the item type. Results include attribute names and values.
public InventoryResultItem.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InventoryResultItem.Builder,InventoryResultItem>public static InventoryResultItem.Builder builder()
public static Class<? extends InventoryResultItem.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.