@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnGroupSchema extends Object implements Serializable, Cloneable, StructuredPojo
The column group schema.
Constructor and Description |
---|
ColumnGroupSchema() |
Modifier and Type | Method and Description |
---|---|
ColumnGroupSchema |
clone() |
boolean |
equals(Object obj) |
List<ColumnGroupColumnSchema> |
getColumnGroupColumnSchemaList()
A structure containing the list of schemas for column group columns.
|
String |
getName()
The name of the column group schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnGroupColumnSchemaList(Collection<ColumnGroupColumnSchema> columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
|
void |
setName(String name)
The name of the column group schema.
|
String |
toString()
Returns a string representation of this object.
|
ColumnGroupSchema |
withColumnGroupColumnSchemaList(Collection<ColumnGroupColumnSchema> columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
|
ColumnGroupSchema |
withColumnGroupColumnSchemaList(ColumnGroupColumnSchema... columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
|
ColumnGroupSchema |
withName(String name)
The name of the column group schema.
|
public void setName(String name)
The name of the column group schema.
name
- The name of the column group schema.public String getName()
The name of the column group schema.
public ColumnGroupSchema withName(String name)
The name of the column group schema.
name
- The name of the column group schema.public List<ColumnGroupColumnSchema> getColumnGroupColumnSchemaList()
A structure containing the list of schemas for column group columns.
public void setColumnGroupColumnSchemaList(Collection<ColumnGroupColumnSchema> columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
columnGroupColumnSchemaList
- A structure containing the list of schemas for column group columns.public ColumnGroupSchema withColumnGroupColumnSchemaList(ColumnGroupColumnSchema... columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
NOTE: This method appends the values to the existing list (if any). Use
setColumnGroupColumnSchemaList(java.util.Collection)
or
withColumnGroupColumnSchemaList(java.util.Collection)
if you want to override the existing values.
columnGroupColumnSchemaList
- A structure containing the list of schemas for column group columns.public ColumnGroupSchema withColumnGroupColumnSchemaList(Collection<ColumnGroupColumnSchema> columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
columnGroupColumnSchemaList
- A structure containing the list of schemas for column group columns.public String toString()
toString
in class Object
Object.toString()
public ColumnGroupSchema clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.