@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Dataset configuration.
| Constructor and Description | 
|---|
| DataSetConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| DataSetConfiguration | clone() | 
| boolean | equals(Object obj) | 
| List<ColumnGroupSchema> | getColumnGroupSchemaList()
 A structure containing the list of column group schemas. | 
| DataSetSchema | getDataSetSchema()
 Dataset schema. | 
| String | getPlaceholder()
 Placeholder. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setColumnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList)
 A structure containing the list of column group schemas. | 
| void | setDataSetSchema(DataSetSchema dataSetSchema)
 Dataset schema. | 
| void | setPlaceholder(String placeholder)
 Placeholder. | 
| String | toString()Returns a string representation of this object. | 
| DataSetConfiguration | withColumnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList)
 A structure containing the list of column group schemas. | 
| DataSetConfiguration | withColumnGroupSchemaList(ColumnGroupSchema... columnGroupSchemaList)
 A structure containing the list of column group schemas. | 
| DataSetConfiguration | withDataSetSchema(DataSetSchema dataSetSchema)
 Dataset schema. | 
| DataSetConfiguration | withPlaceholder(String placeholder)
 Placeholder. | 
public void setPlaceholder(String placeholder)
Placeholder.
placeholder - Placeholder.public String getPlaceholder()
Placeholder.
public DataSetConfiguration withPlaceholder(String placeholder)
Placeholder.
placeholder - Placeholder.public void setDataSetSchema(DataSetSchema dataSetSchema)
Dataset schema.
dataSetSchema - Dataset schema.public DataSetSchema getDataSetSchema()
Dataset schema.
public DataSetConfiguration withDataSetSchema(DataSetSchema dataSetSchema)
Dataset schema.
dataSetSchema - Dataset schema.public List<ColumnGroupSchema> getColumnGroupSchemaList()
A structure containing the list of column group schemas.
public void setColumnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList)
A structure containing the list of column group schemas.
columnGroupSchemaList - A structure containing the list of column group schemas.public DataSetConfiguration withColumnGroupSchemaList(ColumnGroupSchema... columnGroupSchemaList)
A structure containing the list of column group schemas.
 NOTE: This method appends the values to the existing list (if any). Use
 setColumnGroupSchemaList(java.util.Collection) or
 withColumnGroupSchemaList(java.util.Collection) if you want to override the existing values.
 
columnGroupSchemaList - A structure containing the list of column group schemas.public DataSetConfiguration withColumnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList)
A structure containing the list of column group schemas.
columnGroupSchemaList - A structure containing the list of column group schemas.public String toString()
toString in class ObjectObject.toString()public DataSetConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.