@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CascadingControlSource extends Object implements Serializable, Cloneable, StructuredPojo
The source controls that are used in a CascadingControlConfiguration
.
Constructor and Description |
---|
CascadingControlSource() |
Modifier and Type | Method and Description |
---|---|
CascadingControlSource |
clone() |
boolean |
equals(Object obj) |
ColumnIdentifier |
getColumnToMatch()
The column identifier that determines which column to look up for the source sheet control.
|
String |
getSourceSheetControlId()
The source sheet control ID of a
CascadingControlSource . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnToMatch(ColumnIdentifier columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
|
void |
setSourceSheetControlId(String sourceSheetControlId)
The source sheet control ID of a
CascadingControlSource . |
String |
toString()
Returns a string representation of this object.
|
CascadingControlSource |
withColumnToMatch(ColumnIdentifier columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
|
CascadingControlSource |
withSourceSheetControlId(String sourceSheetControlId)
The source sheet control ID of a
CascadingControlSource . |
public void setSourceSheetControlId(String sourceSheetControlId)
The source sheet control ID of a CascadingControlSource
.
sourceSheetControlId
- The source sheet control ID of a CascadingControlSource
.public String getSourceSheetControlId()
The source sheet control ID of a CascadingControlSource
.
CascadingControlSource
.public CascadingControlSource withSourceSheetControlId(String sourceSheetControlId)
The source sheet control ID of a CascadingControlSource
.
sourceSheetControlId
- The source sheet control ID of a CascadingControlSource
.public void setColumnToMatch(ColumnIdentifier columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
columnToMatch
- The column identifier that determines which column to look up for the source sheet control.public ColumnIdentifier getColumnToMatch()
The column identifier that determines which column to look up for the source sheet control.
public CascadingControlSource withColumnToMatch(ColumnIdentifier columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
columnToMatch
- The column identifier that determines which column to look up for the source sheet control.public String toString()
toString
in class Object
Object.toString()
public CascadingControlSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.