@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaResponse extends Object implements Serializable, Cloneable, StructuredPojo
Describes a schema in a Fleet Advisor collector inventory.
| Constructor and Description |
|---|
SchemaResponse() |
| Modifier and Type | Method and Description |
|---|---|
SchemaResponse |
clone() |
boolean |
equals(Object obj) |
Long |
getCodeLineCount()
The number of lines of code in a schema in a Fleet Advisor collector inventory.
|
Long |
getCodeSize()
The size level of the code in a schema in a Fleet Advisor collector inventory.
|
String |
getComplexity()
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
|
DatabaseShortInfoResponse |
getDatabaseInstance()
The database for a schema in a Fleet Advisor collector inventory.
|
SchemaShortInfoResponse |
getOriginalSchema() |
String |
getSchemaId()
The ID of a schema in a Fleet Advisor collector inventory.
|
String |
getSchemaName()
The name of a schema in a Fleet Advisor collector inventory.
|
ServerShortInfoResponse |
getServer()
The database server for a schema in a Fleet Advisor collector inventory.
|
Double |
getSimilarity()
The similarity value for a schema in a Fleet Advisor collector inventory.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCodeLineCount(Long codeLineCount)
The number of lines of code in a schema in a Fleet Advisor collector inventory.
|
void |
setCodeSize(Long codeSize)
The size level of the code in a schema in a Fleet Advisor collector inventory.
|
void |
setComplexity(String complexity)
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
|
void |
setDatabaseInstance(DatabaseShortInfoResponse databaseInstance)
The database for a schema in a Fleet Advisor collector inventory.
|
void |
setOriginalSchema(SchemaShortInfoResponse originalSchema) |
void |
setSchemaId(String schemaId)
The ID of a schema in a Fleet Advisor collector inventory.
|
void |
setSchemaName(String schemaName)
The name of a schema in a Fleet Advisor collector inventory.
|
void |
setServer(ServerShortInfoResponse server)
The database server for a schema in a Fleet Advisor collector inventory.
|
void |
setSimilarity(Double similarity)
The similarity value for a schema in a Fleet Advisor collector inventory.
|
String |
toString()
Returns a string representation of this object.
|
SchemaResponse |
withCodeLineCount(Long codeLineCount)
The number of lines of code in a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
withCodeSize(Long codeSize)
The size level of the code in a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
withComplexity(String complexity)
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
withDatabaseInstance(DatabaseShortInfoResponse databaseInstance)
The database for a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
withOriginalSchema(SchemaShortInfoResponse originalSchema) |
SchemaResponse |
withSchemaId(String schemaId)
The ID of a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
withSchemaName(String schemaName)
The name of a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
withServer(ServerShortInfoResponse server)
The database server for a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
withSimilarity(Double similarity)
The similarity value for a schema in a Fleet Advisor collector inventory.
|
public void setCodeLineCount(Long codeLineCount)
The number of lines of code in a schema in a Fleet Advisor collector inventory.
codeLineCount - The number of lines of code in a schema in a Fleet Advisor collector inventory.public Long getCodeLineCount()
The number of lines of code in a schema in a Fleet Advisor collector inventory.
public SchemaResponse withCodeLineCount(Long codeLineCount)
The number of lines of code in a schema in a Fleet Advisor collector inventory.
codeLineCount - The number of lines of code in a schema in a Fleet Advisor collector inventory.public void setCodeSize(Long codeSize)
The size level of the code in a schema in a Fleet Advisor collector inventory.
codeSize - The size level of the code in a schema in a Fleet Advisor collector inventory.public Long getCodeSize()
The size level of the code in a schema in a Fleet Advisor collector inventory.
public SchemaResponse withCodeSize(Long codeSize)
The size level of the code in a schema in a Fleet Advisor collector inventory.
codeSize - The size level of the code in a schema in a Fleet Advisor collector inventory.public void setComplexity(String complexity)
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
complexity - The complexity level of the code in a schema in a Fleet Advisor collector inventory.public String getComplexity()
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
public SchemaResponse withComplexity(String complexity)
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
complexity - The complexity level of the code in a schema in a Fleet Advisor collector inventory.public void setServer(ServerShortInfoResponse server)
The database server for a schema in a Fleet Advisor collector inventory.
server - The database server for a schema in a Fleet Advisor collector inventory.public ServerShortInfoResponse getServer()
The database server for a schema in a Fleet Advisor collector inventory.
public SchemaResponse withServer(ServerShortInfoResponse server)
The database server for a schema in a Fleet Advisor collector inventory.
server - The database server for a schema in a Fleet Advisor collector inventory.public void setDatabaseInstance(DatabaseShortInfoResponse databaseInstance)
The database for a schema in a Fleet Advisor collector inventory.
databaseInstance - The database for a schema in a Fleet Advisor collector inventory.public DatabaseShortInfoResponse getDatabaseInstance()
The database for a schema in a Fleet Advisor collector inventory.
public SchemaResponse withDatabaseInstance(DatabaseShortInfoResponse databaseInstance)
The database for a schema in a Fleet Advisor collector inventory.
databaseInstance - The database for a schema in a Fleet Advisor collector inventory.public void setSchemaId(String schemaId)
The ID of a schema in a Fleet Advisor collector inventory.
schemaId - The ID of a schema in a Fleet Advisor collector inventory.public String getSchemaId()
The ID of a schema in a Fleet Advisor collector inventory.
public SchemaResponse withSchemaId(String schemaId)
The ID of a schema in a Fleet Advisor collector inventory.
schemaId - The ID of a schema in a Fleet Advisor collector inventory.public void setSchemaName(String schemaName)
The name of a schema in a Fleet Advisor collector inventory.
schemaName - The name of a schema in a Fleet Advisor collector inventory.public String getSchemaName()
The name of a schema in a Fleet Advisor collector inventory.
public SchemaResponse withSchemaName(String schemaName)
The name of a schema in a Fleet Advisor collector inventory.
schemaName - The name of a schema in a Fleet Advisor collector inventory.public void setOriginalSchema(SchemaShortInfoResponse originalSchema)
originalSchema - public SchemaShortInfoResponse getOriginalSchema()
public SchemaResponse withOriginalSchema(SchemaShortInfoResponse originalSchema)
originalSchema - public void setSimilarity(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.
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 Double getSimilarity()
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 withSimilarity(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.
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 String toString()
toString in class ObjectObject.toString()public SchemaResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.