@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Column extends Object implements Serializable, Cloneable, StructuredPojo
A column in a Table
.
Constructor and Description |
---|
Column() |
Modifier and Type | Method and Description |
---|---|
Column |
clone() |
boolean |
equals(Object obj) |
String |
getComment()
Free-form text comment.
|
String |
getName()
The name of the
Column . |
String |
getType()
The datatype of data in the
Column . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComment(String comment)
Free-form text comment.
|
void |
setName(String name)
The name of the
Column . |
void |
setType(String type)
The datatype of data in the
Column . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Column |
withComment(String comment)
Free-form text comment.
|
Column |
withName(String name)
The name of the
Column . |
Column |
withType(String type)
The datatype of data in the
Column . |
public void setName(String name)
The name of the Column
.
name
- The name of the Column
.public String getName()
The name of the Column
.
Column
.public Column withName(String name)
The name of the Column
.
name
- The name of the Column
.public void setType(String type)
The datatype of data in the Column
.
type
- The datatype of data in the Column
.public String getType()
The datatype of data in the Column
.
Column
.public Column withType(String type)
The datatype of data in the Column
.
type
- The datatype of data in the Column
.public void setComment(String comment)
Free-form text comment.
comment
- Free-form text comment.public String getComment()
Free-form text comment.
public Column withComment(String comment)
Free-form text comment.
comment
- Free-form text comment.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.