@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlueStudioSchemaColumn extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a single column in a Glue schema definition.
| Constructor and Description |
|---|
GlueStudioSchemaColumn() |
| Modifier and Type | Method and Description |
|---|---|
GlueStudioSchemaColumn |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the column in the Glue Studio schema.
|
String |
getType()
The hive type for this column in the Glue Studio schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the column in the Glue Studio schema.
|
void |
setType(String type)
The hive type for this column in the Glue Studio schema.
|
String |
toString()
Returns a string representation of this object.
|
GlueStudioSchemaColumn |
withName(String name)
The name of the column in the Glue Studio schema.
|
GlueStudioSchemaColumn |
withType(String type)
The hive type for this column in the Glue Studio schema.
|
public void setName(String name)
The name of the column in the Glue Studio schema.
name - The name of the column in the Glue Studio schema.public String getName()
The name of the column in the Glue Studio schema.
public GlueStudioSchemaColumn withName(String name)
The name of the column in the Glue Studio schema.
name - The name of the column in the Glue Studio schema.public void setType(String type)
The hive type for this column in the Glue Studio schema.
type - The hive type for this column in the Glue Studio schema.public String getType()
The hive type for this column in the Glue Studio schema.
public GlueStudioSchemaColumn withType(String type)
The hive type for this column in the Glue Studio schema.
type - The hive type for this column in the Glue Studio schema.public String toString()
toString in class ObjectObject.toString()public GlueStudioSchemaColumn clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.