@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()
For responses, this returns true if the service returned a value for the Attributes property.
|
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()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAttributes() method.
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 © 2022. All rights reserved.