@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaTypeProperties extends Object implements Serializable, Cloneable, StructuredPojo
Information about the schema type properties.
Constructor and Description |
---|
SchemaTypeProperties() |
Modifier and Type | Method and Description |
---|---|
SchemaTypeProperties |
clone() |
boolean |
equals(Object obj) |
IdMappingTableSchemaTypeProperties |
getIdMappingTable()
The ID mapping table for the schema type properties.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdMappingTable(IdMappingTableSchemaTypeProperties idMappingTable)
The ID mapping table for the schema type properties.
|
String |
toString()
Returns a string representation of this object.
|
SchemaTypeProperties |
withIdMappingTable(IdMappingTableSchemaTypeProperties idMappingTable)
The ID mapping table for the schema type properties.
|
public void setIdMappingTable(IdMappingTableSchemaTypeProperties idMappingTable)
The ID mapping table for the schema type properties.
idMappingTable
- The ID mapping table for the schema type properties.public IdMappingTableSchemaTypeProperties getIdMappingTable()
The ID mapping table for the schema type properties.
public SchemaTypeProperties withIdMappingTable(IdMappingTableSchemaTypeProperties idMappingTable)
The ID mapping table for the schema type properties.
idMappingTable
- The ID mapping table for the schema type properties.public String toString()
toString
in class Object
Object.toString()
public SchemaTypeProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.