@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnType extends Object implements Serializable, Cloneable, StructuredPojo
The data type of the column.
| Constructor and Description |
|---|
ColumnType() |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
clone() |
boolean |
equals(Object obj) |
String |
getScalarType()
The allowed data types that the column has as it's value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setScalarType(String scalarType)
The allowed data types that the column has as it's value.
|
String |
toString()
Returns a string representation of this object.
|
ColumnType |
withScalarType(ScalarType scalarType)
The allowed data types that the column has as it's value.
|
ColumnType |
withScalarType(String scalarType)
The allowed data types that the column has as it's value.
|
public void setScalarType(String scalarType)
The allowed data types that the column has as it's value.
scalarType - The allowed data types that the column has as it's value.ScalarTypepublic String getScalarType()
The allowed data types that the column has as it's value.
ScalarTypepublic ColumnType withScalarType(String scalarType)
The allowed data types that the column has as it's value.
scalarType - The allowed data types that the column has as it's value.ScalarTypepublic ColumnType withScalarType(ScalarType scalarType)
The allowed data types that the column has as it's value.
scalarType - The allowed data types that the column has as it's value.ScalarTypepublic String toString()
toString in class ObjectObject.toString()public ColumnType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.