Class SchemaResponse
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.SchemaResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SchemaResponse.Builder,SchemaResponse>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSchemaResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaResponse.Builderbuilder()LongcodeLineCount()The number of lines of code in a schema in a Fleet Advisor collector inventory.LongcodeSize()The size level of the code in a schema in a Fleet Advisor collector inventory.Stringcomplexity()The complexity level of the code in a schema in a Fleet Advisor collector inventory.DatabaseShortInfoResponsedatabaseInstance()The database for a schema in a Fleet Advisor collector inventory.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SchemaShortInfoResponseoriginalSchema()Returns the value of the OriginalSchema property for this object.StringschemaId()The ID of a schema in a Fleet Advisor collector inventory.StringschemaName()The name of a schema in a Fleet Advisor collector inventory.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SchemaResponse.Builder>serializableBuilderClass()ServerShortInfoResponseserver()The database server for a schema in a Fleet Advisor collector inventory.Doublesimilarity()The similarity value for a schema in a Fleet Advisor collector inventory.SchemaResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
codeLineCount
public final Long codeLineCount()
The number of lines of code in a schema in a Fleet Advisor collector inventory.
- Returns:
- The number of lines of code in a schema in a Fleet Advisor collector inventory.
-
codeSize
public final Long codeSize()
The size level of the code in a schema in a Fleet Advisor collector inventory.
- Returns:
- The size level of the code in a schema in a Fleet Advisor collector inventory.
-
complexity
public final String complexity()
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
- Returns:
- The complexity level of the code in a schema in a Fleet Advisor collector inventory.
-
server
public final ServerShortInfoResponse server()
The database server for a schema in a Fleet Advisor collector inventory.
- Returns:
- The database server for a schema in a Fleet Advisor collector inventory.
-
databaseInstance
public final DatabaseShortInfoResponse databaseInstance()
The database for a schema in a Fleet Advisor collector inventory.
- Returns:
- The database for a schema in a Fleet Advisor collector inventory.
-
schemaId
public final String schemaId()
The ID of a schema in a Fleet Advisor collector inventory.
- Returns:
- The ID of a schema in a Fleet Advisor collector inventory.
-
schemaName
public final String schemaName()
The name of a schema in a Fleet Advisor collector inventory.
- Returns:
- The name of a schema in a Fleet Advisor collector inventory.
-
originalSchema
public final SchemaShortInfoResponse originalSchema()
Returns the value of the OriginalSchema property for this object.- Returns:
- The value of the OriginalSchema property for this object.
-
similarity
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.
- Returns:
- 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.
-
toBuilder
public SchemaResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SchemaResponse.Builder,SchemaResponse>
-
builder
public static SchemaResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends SchemaResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-