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