@Generated(value="software.amazon.awssdk:codegen") public final class ParameterSliderControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterSliderControl.Builder,ParameterSliderControl>
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterSliderControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParameterSliderControl.Builder |
builder() |
SliderControlDisplayOptions |
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() |
Double |
maximumValue()
The smaller value that is displayed at the left of the slider.
|
Double |
minimumValue()
The larger value that is displayed at the right of the slider.
|
String |
parameterControlId()
The ID of the
ParameterSliderControl. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParameterSliderControl.Builder> |
serializableBuilderClass() |
String |
sourceParameterName()
The source parameter name of the
ParameterSliderControl. |
Double |
stepSize()
The number of increments that the slider bar is divided into.
|
String |
title()
The title of the
ParameterSliderControl. |
ParameterSliderControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String parameterControlId()
The ID of the ParameterSliderControl.
ParameterSliderControl.public final String title()
The title of the ParameterSliderControl.
ParameterSliderControl.public final String sourceParameterName()
The source parameter name of the ParameterSliderControl.
ParameterSliderControl.public final SliderControlDisplayOptions displayOptions()
The display options of a control.
public final Double maximumValue()
The smaller value that is displayed at the left of the slider.
public final Double minimumValue()
The larger value that is displayed at the right of the slider.
public final Double stepSize()
The number of increments that the slider bar is divided into.
public ParameterSliderControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParameterSliderControl.Builder,ParameterSliderControl>public static ParameterSliderControl.Builder builder()
public static Class<? extends ParameterSliderControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.