@Generated(value="software.amazon.awssdk:codegen") public final class CascadingControlSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CascadingControlSource.Builder,CascadingControlSource>
The source controls that are used in a CascadingControlConfiguration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CascadingControlSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CascadingControlSource.Builder |
builder() |
ColumnIdentifier |
columnToMatch()
The column identifier that determines which column to look up for the source sheet control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CascadingControlSource.Builder> |
serializableBuilderClass() |
String |
sourceSheetControlId()
The source sheet control ID of a
CascadingControlSource. |
CascadingControlSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceSheetControlId()
The source sheet control ID of a CascadingControlSource.
CascadingControlSource.public final ColumnIdentifier columnToMatch()
The column identifier that determines which column to look up for the source sheet control.
public CascadingControlSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CascadingControlSource.Builder,CascadingControlSource>public static CascadingControlSource.Builder builder()
public static Class<? extends CascadingControlSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.