@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) |
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 Object
Object.toString()
public DataSetSchema clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.