@Generated(value="software.amazon.awssdk:codegen") public final class SchemaResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaResponse.Builder,SchemaResponse>
Describes a schema in a Fleet Advisor collector inventory.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchemaResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaResponse.Builder |
builder() |
Long |
codeLineCount()
The number of lines of code in a schema in a Fleet Advisor collector inventory.
|
Long |
codeSize()
The size level of the code in a schema in a Fleet Advisor collector inventory.
|
String |
complexity()
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
|
DatabaseShortInfoResponse |
databaseInstance()
The database for a schema in a Fleet Advisor collector inventory.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SchemaShortInfoResponse |
originalSchema()
Returns the value of the OriginalSchema property for this object.
|
String |
schemaId()
The ID of a schema in a Fleet Advisor collector inventory.
|
String |
schemaName()
The name of a schema in a Fleet Advisor collector inventory.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SchemaResponse.Builder> |
serializableBuilderClass() |
ServerShortInfoResponse |
server()
The database server for a schema in a Fleet Advisor collector inventory.
|
Double |
similarity()
The similarity value for a schema in a Fleet Advisor collector inventory.
|
SchemaResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long codeLineCount()
The number of lines of code in a schema in a Fleet Advisor collector inventory.
public final Long codeSize()
The size level of the code in a schema in a Fleet Advisor collector inventory.
public final String complexity()
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
public final ServerShortInfoResponse server()
The database server for a schema in a Fleet Advisor collector inventory.
public final DatabaseShortInfoResponse databaseInstance()
The database for a schema in a Fleet Advisor collector inventory.
public final String schemaId()
The ID of a schema in a Fleet Advisor collector inventory.
public final String schemaName()
The name of a schema in a Fleet Advisor collector inventory.
public final SchemaShortInfoResponse originalSchema()
public final Double similarity()
The similarity value for a schema in a Fleet Advisor collector inventory. A higher similarity value indicates that a schema is likely to be a duplicate.
public SchemaResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SchemaResponse.Builder,SchemaResponse>public static SchemaResponse.Builder builder()
public static Class<? extends SchemaResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.