@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaShortInfoResponse extends Object implements Serializable, Cloneable, StructuredPojo
Describes a schema in a Fleet Advisor collector inventory.
| Constructor and Description |
|---|
SchemaShortInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
SchemaShortInfoResponse |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseId()
The ID of a database in a Fleet Advisor collector inventory.
|
String |
getDatabaseIpAddress()
The IP address of a database in a Fleet Advisor collector inventory.
|
String |
getDatabaseName()
The name of a database in a Fleet Advisor collector inventory.
|
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDatabaseId(String databaseId)
The ID of a database in a Fleet Advisor collector inventory.
|
void |
setDatabaseIpAddress(String databaseIpAddress)
The IP address of a database in a Fleet Advisor collector inventory.
|
void |
setDatabaseName(String databaseName)
The name of a database in a Fleet Advisor collector inventory.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
SchemaShortInfoResponse |
withDatabaseId(String databaseId)
The ID of a database in a Fleet Advisor collector inventory.
|
SchemaShortInfoResponse |
withDatabaseIpAddress(String databaseIpAddress)
The IP address of a database in a Fleet Advisor collector inventory.
|
SchemaShortInfoResponse |
withDatabaseName(String databaseName)
The name of a database in a Fleet Advisor collector inventory.
|
SchemaShortInfoResponse |
withSchemaId(String schemaId)
The ID of a schema in a Fleet Advisor collector inventory.
|
SchemaShortInfoResponse |
withSchemaName(String schemaName)
The name of 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 SchemaShortInfoResponse 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 SchemaShortInfoResponse 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 setDatabaseId(String databaseId)
The ID of a database in a Fleet Advisor collector inventory.
databaseId - The ID of a database in a Fleet Advisor collector inventory.public String getDatabaseId()
The ID of a database in a Fleet Advisor collector inventory.
public SchemaShortInfoResponse withDatabaseId(String databaseId)
The ID of a database in a Fleet Advisor collector inventory.
databaseId - The ID of a database in a Fleet Advisor collector inventory.public void setDatabaseName(String databaseName)
The name of a database in a Fleet Advisor collector inventory.
databaseName - The name of a database in a Fleet Advisor collector inventory.public String getDatabaseName()
The name of a database in a Fleet Advisor collector inventory.
public SchemaShortInfoResponse withDatabaseName(String databaseName)
The name of a database in a Fleet Advisor collector inventory.
databaseName - The name of a database in a Fleet Advisor collector inventory.public void setDatabaseIpAddress(String databaseIpAddress)
The IP address of a database in a Fleet Advisor collector inventory.
databaseIpAddress - The IP address of a database in a Fleet Advisor collector inventory.public String getDatabaseIpAddress()
The IP address of a database in a Fleet Advisor collector inventory.
public SchemaShortInfoResponse withDatabaseIpAddress(String databaseIpAddress)
The IP address of a database in a Fleet Advisor collector inventory.
databaseIpAddress - The IP address of a database in a Fleet Advisor collector inventory.public String toString()
toString in class ObjectObject.toString()public SchemaShortInfoResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.