@Generated(value="software.amazon.awssdk:codegen") public final class ParameterListControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterListControl.Builder,ParameterListControl>
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterListControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParameterListControl.Builder |
builder() |
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.
|
ListControlDisplayOptions |
displayOptions()
The display options of a control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
parameterControlId()
The ID of the
ParameterListControl. |
List<SdkField<?>> |
sdkFields() |
ParameterSelectableValues |
selectableValues()
A list of selectable values that are used in a control.
|
static Class<? extends ParameterListControl.Builder> |
serializableBuilderClass() |
String |
sourceParameterName()
The source parameter name of the
ParameterListControl. |
String |
title()
The title of the
ParameterListControl. |
ParameterListControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SheetControlListType |
type()
The type of
ParameterListControl. |
String |
typeAsString()
The type of
ParameterListControl. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String parameterControlId()
The ID of the ParameterListControl.
ParameterListControl.public final String title()
The title of the ParameterListControl.
ParameterListControl.public final String sourceParameterName()
The source parameter name of the ParameterListControl.
ParameterListControl.public final ListControlDisplayOptions displayOptions()
The display options of a control.
public final SheetControlListType type()
The type of ParameterListControl.
If the service returns an enum value that is not available in the current SDK version, type will return
SheetControlListType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ParameterListControl.SheetControlListTypepublic final String typeAsString()
The type of ParameterListControl.
If the service returns an enum value that is not available in the current SDK version, type will return
SheetControlListType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ParameterListControl.SheetControlListTypepublic final ParameterSelectableValues selectableValues()
A list of selectable values that are used in a control.
public final 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.
public ParameterListControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParameterListControl.Builder,ParameterListControl>public static ParameterListControl.Builder builder()
public static Class<? extends ParameterListControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.