@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnDescription extends Object implements Serializable, Cloneable, StructuredPojo
Metadata that contains a description for a column.
| Constructor and Description |
|---|
ColumnDescription() |
| Modifier and Type | Method and Description |
|---|---|
ColumnDescription |
clone() |
boolean |
equals(Object obj) |
String |
getText()
The text of a description for a column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setText(String text)
The text of a description for a column.
|
String |
toString()
Returns a string representation of this object.
|
ColumnDescription |
withText(String text)
The text of a description for a column.
|
public void setText(String text)
The text of a description for a column.
text - The text of a description for a column.public String getText()
The text of a description for a column.
public ColumnDescription withText(String text)
The text of a description for a column.
text - The text of a description for a column.public String toString()
toString in class ObjectObject.toString()public ColumnDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.