@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaUnion extends Object implements Serializable, Cloneable, StructuredPojo
A union of schema types.
Constructor and Description |
---|
SchemaUnion() |
Modifier and Type | Method and Description |
---|---|
SchemaUnion |
clone() |
boolean |
equals(Object obj) |
SchemaDefinition |
getTabularSchemaConfig()
The configuration for a schema on a tabular Dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTabularSchemaConfig(SchemaDefinition tabularSchemaConfig)
The configuration for a schema on a tabular Dataset.
|
String |
toString()
Returns a string representation of this object.
|
SchemaUnion |
withTabularSchemaConfig(SchemaDefinition tabularSchemaConfig)
The configuration for a schema on a tabular Dataset.
|
public void setTabularSchemaConfig(SchemaDefinition tabularSchemaConfig)
The configuration for a schema on a tabular Dataset.
tabularSchemaConfig
- The configuration for a schema on a tabular Dataset.public SchemaDefinition getTabularSchemaConfig()
The configuration for a schema on a tabular Dataset.
public SchemaUnion withTabularSchemaConfig(SchemaDefinition tabularSchemaConfig)
The configuration for a schema on a tabular Dataset.
tabularSchemaConfig
- The configuration for a schema on a tabular Dataset.public String toString()
toString
in class Object
Object.toString()
public SchemaUnion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.