@Generated(value="software.amazon.awssdk:codegen") public final class InventoryData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InventoryData.Builder,InventoryData>
Describes a Fleet Advisor collector inventory.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InventoryData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
numberOfDatabases()
The number of databases in the Fleet Advisor collector inventory.
|
Integer |
numberOfSchemas()
The number of schemas in the Fleet Advisor collector inventory.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InventoryData.Builder> |
serializableBuilderClass() |
InventoryData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer numberOfDatabases()
The number of databases in the Fleet Advisor collector inventory.
public final Integer numberOfSchemas()
The number of schemas in the Fleet Advisor collector inventory.
public InventoryData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InventoryData.Builder,InventoryData>public static InventoryData.Builder builder()
public static Class<? extends InventoryData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.