@Generated(value="software.amazon.awssdk:codegen") public final class ColumnGroupSchema extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColumnGroupSchema.Builder,ColumnGroupSchema>
The column group schema.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnGroupSchema.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ColumnGroupSchema.Builder |
builder() |
List<ColumnGroupColumnSchema> |
columnGroupColumnSchemaList()
A structure containing the list of schemas for column group columns.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasColumnGroupColumnSchemaList()
Returns true if the ColumnGroupColumnSchemaList property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
name()
The name of the column group schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ColumnGroupSchema.Builder> |
serializableBuilderClass() |
ColumnGroupSchema.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the column group schema.
public boolean hasColumnGroupColumnSchemaList()
public List<ColumnGroupColumnSchema> columnGroupColumnSchemaList()
A structure containing the list of schemas for column group columns.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasColumnGroupColumnSchemaList() to see if a value was sent in this field.
public ColumnGroupSchema.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ColumnGroupSchema.Builder,ColumnGroupSchema>public static ColumnGroupSchema.Builder builder()
public static Class<? extends ColumnGroupSchema.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.