@Generated(value="software.amazon.awssdk:codegen") public final class InventoryResultItem extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
schemaVersion()
The schema version for the inventory result item/
|
static Class<? extends InventoryResultItem.Builder> |
serializableBuilderClass() |
InventoryResultItem.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 result item type.
|
copy
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InventoryResultItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InventoryResultItem.Builder,InventoryResultItem>
public static InventoryResultItem.Builder builder()
public static Class<? extends InventoryResultItem.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.