@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterSliderControl extends Object implements Serializable, Cloneable, StructuredPojo
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
Constructor and Description |
---|
ParameterSliderControl() |
Modifier and Type | Method and Description |
---|---|
ParameterSliderControl |
clone() |
boolean |
equals(Object obj) |
SliderControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
Double |
getMaximumValue()
The larger value that is displayed at the right of the slider.
|
Double |
getMinimumValue()
The smaller value that is displayed at the left of the slider.
|
String |
getParameterControlId()
The ID of the
ParameterSliderControl . |
String |
getSourceParameterName()
The source parameter name of the
ParameterSliderControl . |
Double |
getStepSize()
The number of increments that the slider bar is divided into.
|
String |
getTitle()
The title of the
ParameterSliderControl . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
|
void |
setMaximumValue(Double maximumValue)
The larger value that is displayed at the right of the slider.
|
void |
setMinimumValue(Double minimumValue)
The smaller value that is displayed at the left of the slider.
|
void |
setParameterControlId(String parameterControlId)
The ID of the
ParameterSliderControl . |
void |
setSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterSliderControl . |
void |
setStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
void |
setTitle(String title)
The title of the
ParameterSliderControl . |
String |
toString()
Returns a string representation of this object.
|
ParameterSliderControl |
withDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterSliderControl |
withMaximumValue(Double maximumValue)
The larger value that is displayed at the right of the slider.
|
ParameterSliderControl |
withMinimumValue(Double minimumValue)
The smaller value that is displayed at the left of the slider.
|
ParameterSliderControl |
withParameterControlId(String parameterControlId)
The ID of the
ParameterSliderControl . |
ParameterSliderControl |
withSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterSliderControl . |
ParameterSliderControl |
withStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
ParameterSliderControl |
withTitle(String title)
The title of the
ParameterSliderControl . |
public void setParameterControlId(String parameterControlId)
The ID of the ParameterSliderControl
.
parameterControlId
- The ID of the ParameterSliderControl
.public String getParameterControlId()
The ID of the ParameterSliderControl
.
ParameterSliderControl
.public ParameterSliderControl withParameterControlId(String parameterControlId)
The ID of the ParameterSliderControl
.
parameterControlId
- The ID of the ParameterSliderControl
.public void setTitle(String title)
The title of the ParameterSliderControl
.
title
- The title of the ParameterSliderControl
.public String getTitle()
The title of the ParameterSliderControl
.
ParameterSliderControl
.public ParameterSliderControl withTitle(String title)
The title of the ParameterSliderControl
.
title
- The title of the ParameterSliderControl
.public void setSourceParameterName(String sourceParameterName)
The source parameter name of the ParameterSliderControl
.
sourceParameterName
- The source parameter name of the ParameterSliderControl
.public String getSourceParameterName()
The source parameter name of the ParameterSliderControl
.
ParameterSliderControl
.public ParameterSliderControl withSourceParameterName(String sourceParameterName)
The source parameter name of the ParameterSliderControl
.
sourceParameterName
- The source parameter name of the ParameterSliderControl
.public void setDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public SliderControlDisplayOptions getDisplayOptions()
The display options of a control.
public ParameterSliderControl withDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public void setMaximumValue(Double maximumValue)
The larger value that is displayed at the right of the slider.
maximumValue
- The larger value that is displayed at the right of the slider.public Double getMaximumValue()
The larger value that is displayed at the right of the slider.
public ParameterSliderControl withMaximumValue(Double maximumValue)
The larger value that is displayed at the right of the slider.
maximumValue
- The larger value that is displayed at the right of the slider.public void setMinimumValue(Double minimumValue)
The smaller value that is displayed at the left of the slider.
minimumValue
- The smaller value that is displayed at the left of the slider.public Double getMinimumValue()
The smaller value that is displayed at the left of the slider.
public ParameterSliderControl withMinimumValue(Double minimumValue)
The smaller value that is displayed at the left of the slider.
minimumValue
- The smaller value that is displayed at the left of the slider.public void setStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
stepSize
- The number of increments that the slider bar is divided into.public Double getStepSize()
The number of increments that the slider bar is divided into.
public ParameterSliderControl withStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
stepSize
- The number of increments that the slider bar is divided into.public String toString()
toString
in class Object
Object.toString()
public ParameterSliderControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.