@Generated(value="software.amazon.awssdk:codegen") public final class InventoryItemSchema extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InventoryItemSchema.Builder,InventoryItemSchema>
The inventory item schema definition. Users can use this to compose inventory query filters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryItemSchema.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryItemAttribute> |
attributes()
The schema attributes for inventory.
|
static InventoryItemSchema.Builder |
builder() |
String |
displayName()
The alias name of the inventory type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttributes()
Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InventoryItemSchema.Builder> |
serializableBuilderClass() |
InventoryItemSchema.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
The name of the inventory type.
|
String |
version()
The schema version for the inventory item.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String typeName()
The name of the inventory type. Default inventory item type names start with Amazon Web Services. Custom
inventory type names will start with Custom. Default inventory item types include the following:
AWS:AWSComponent, AWS:Application, AWS:InstanceInformation,
AWS:Network, and AWS:WindowsUpdate.
AWS:AWSComponent, AWS:Application, AWS:InstanceInformation,
AWS:Network, and AWS:WindowsUpdate.public final String version()
The schema version for the inventory item.
public final boolean hasAttributes()
public final List<InventoryItemAttribute> attributes()
The schema attributes for inventory. This contains data type and attribute name.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributes() to see if a value was sent in this field.
public final String displayName()
The alias name of the inventory type. The alias name is used for display purposes.
public InventoryItemSchema.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InventoryItemSchema.Builder,InventoryItemSchema>public static InventoryItemSchema.Builder builder()
public static Class<? extends InventoryItemSchema.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.