@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputColumn extends Object implements Serializable, Cloneable, StructuredPojo
Output column.
Constructor and Description |
---|
OutputColumn() |
Modifier and Type | Method and Description |
---|---|
OutputColumn |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description for a column.
|
String |
getName()
A display name for the dataset.
|
String |
getType()
Type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
A description for a column.
|
void |
setName(String name)
A display name for the dataset.
|
void |
setType(String type)
Type.
|
String |
toString()
Returns a string representation of this object.
|
OutputColumn |
withDescription(String description)
A description for a column.
|
OutputColumn |
withName(String name)
A display name for the dataset.
|
OutputColumn |
withType(ColumnDataType type)
Type.
|
OutputColumn |
withType(String type)
Type.
|
public void setName(String name)
A display name for the dataset.
name
- A display name for the dataset.public String getName()
A display name for the dataset.
public OutputColumn withName(String name)
A display name for the dataset.
name
- A display name for the dataset.public void setDescription(String description)
A description for a column.
description
- A description for a column.public String getDescription()
A description for a column.
public OutputColumn withDescription(String description)
A description for a column.
description
- A description for a column.public void setType(String type)
Type.
type
- Type.ColumnDataType
public String getType()
Type.
ColumnDataType
public OutputColumn withType(String type)
Type.
type
- Type.ColumnDataType
public OutputColumn withType(ColumnDataType type)
Type.
type
- Type.ColumnDataType
public String toString()
toString
in class Object
Object.toString()
public OutputColumn clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.