@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 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.