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