@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Metadata for column in the table.
| Constructor and Description |
|---|
ColumnMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getFormat()
The format of the column.
|
String |
getName()
The name of the column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFormat(String format)
The format of the column.
|
void |
setName(String name)
The name of the column.
|
String |
toString()
Returns a string representation of this object.
|
ColumnMetadata |
withFormat(Format format)
The format of the column.
|
ColumnMetadata |
withFormat(String format)
The format of the column.
|
ColumnMetadata |
withName(String name)
The name of 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.
public ColumnMetadata withName(String name)
The name of the column.
name - The name of the column.public void setFormat(String format)
The format of the column.
format - The format of the column.Formatpublic String getFormat()
The format of the column.
Formatpublic ColumnMetadata withFormat(String format)
The format of the column.
format - The format of the column.Formatpublic ColumnMetadata withFormat(Format format)
The format of the column.
format - The format of the column.Formatpublic String toString()
toString in class ObjectObject.toString()public ColumnMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.