@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterListControl extends Object implements Serializable, Cloneable, StructuredPojo
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.
Constructor and Description |
---|
ParameterListControl() |
Modifier and Type | Method and Description |
---|---|
ParameterListControl |
clone() |
boolean |
equals(Object obj) |
CascadingControlConfiguration |
getCascadingControlConfiguration()
The values that are displayed in a control can be configured to only show values that are valid based on what's
selected in other controls.
|
ListControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
String |
getParameterControlId()
The ID of the
ParameterListControl . |
ParameterSelectableValues |
getSelectableValues()
A list of selectable values that are used in a control.
|
String |
getSourceParameterName()
The source parameter name of the
ParameterListControl . |
String |
getTitle()
The title of the
ParameterListControl . |
String |
getType()
The type of
ParameterListControl . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on what's
selected in other controls.
|
void |
setDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
|
void |
setParameterControlId(String parameterControlId)
The ID of the
ParameterListControl . |
void |
setSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
void |
setSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterListControl . |
void |
setTitle(String title)
The title of the
ParameterListControl . |
void |
setType(String type)
The type of
ParameterListControl . |
String |
toString()
Returns a string representation of this object.
|
ParameterListControl |
withCascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on what's
selected in other controls.
|
ParameterListControl |
withDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterListControl |
withParameterControlId(String parameterControlId)
The ID of the
ParameterListControl . |
ParameterListControl |
withSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
ParameterListControl |
withSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterListControl . |
ParameterListControl |
withTitle(String title)
The title of the
ParameterListControl . |
ParameterListControl |
withType(SheetControlListType type)
The type of
ParameterListControl . |
ParameterListControl |
withType(String type)
The type of
ParameterListControl . |
public void setParameterControlId(String parameterControlId)
The ID of the ParameterListControl
.
parameterControlId
- The ID of the ParameterListControl
.public String getParameterControlId()
The ID of the ParameterListControl
.
ParameterListControl
.public ParameterListControl withParameterControlId(String parameterControlId)
The ID of the ParameterListControl
.
parameterControlId
- The ID of the ParameterListControl
.public void setTitle(String title)
The title of the ParameterListControl
.
title
- The title of the ParameterListControl
.public String getTitle()
The title of the ParameterListControl
.
ParameterListControl
.public ParameterListControl withTitle(String title)
The title of the ParameterListControl
.
title
- The title of the ParameterListControl
.public void setSourceParameterName(String sourceParameterName)
The source parameter name of the ParameterListControl
.
sourceParameterName
- The source parameter name of the ParameterListControl
.public String getSourceParameterName()
The source parameter name of the ParameterListControl
.
ParameterListControl
.public ParameterListControl withSourceParameterName(String sourceParameterName)
The source parameter name of the ParameterListControl
.
sourceParameterName
- The source parameter name of the ParameterListControl
.public void setDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public ListControlDisplayOptions getDisplayOptions()
The display options of a control.
public ParameterListControl withDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public void setType(String type)
The type of ParameterListControl
.
type
- The type of ParameterListControl
.SheetControlListType
public String getType()
The type of ParameterListControl
.
ParameterListControl
.SheetControlListType
public ParameterListControl withType(String type)
The type of ParameterListControl
.
type
- The type of ParameterListControl
.SheetControlListType
public ParameterListControl withType(SheetControlListType type)
The type of ParameterListControl
.
type
- The type of ParameterListControl
.SheetControlListType
public void setSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
selectableValues
- A list of selectable values that are used in a control.public ParameterSelectableValues getSelectableValues()
A list of selectable values that are used in a control.
public ParameterListControl withSelectableValues(ParameterSelectableValues selectableValues)
A list of selectable values that are used in a control.
selectableValues
- A list of selectable values that are used in a control.public void setCascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
cascadingControlConfiguration
- The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.public CascadingControlConfiguration getCascadingControlConfiguration()
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
public ParameterListControl withCascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
cascadingControlConfiguration
- The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.public String toString()
toString
in class Object
Object.toString()
public ParameterListControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.