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