@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultSliderControlOptions extends Object implements Serializable, Cloneable, StructuredPojo
The default options that correspond to the Slider
filter control type.
Constructor and Description |
---|
DefaultSliderControlOptions() |
Modifier and Type | Method and Description |
---|---|
DefaultSliderControlOptions |
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.
|
Double |
getStepSize()
The number of increments that the slider bar is divided into.
|
String |
getType()
The type of the
DefaultSliderControlOptions . |
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 |
setStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
void |
setType(String type)
The type of the
DefaultSliderControlOptions . |
String |
toString()
Returns a string representation of this object.
|
DefaultSliderControlOptions |
withDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
|
DefaultSliderControlOptions |
withMaximumValue(Double maximumValue)
The larger value that is displayed at the right of the slider.
|
DefaultSliderControlOptions |
withMinimumValue(Double minimumValue)
The smaller value that is displayed at the left of the slider.
|
DefaultSliderControlOptions |
withStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
DefaultSliderControlOptions |
withType(SheetControlSliderType type)
The type of the
DefaultSliderControlOptions . |
DefaultSliderControlOptions |
withType(String type)
The type of the
DefaultSliderControlOptions . |
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 DefaultSliderControlOptions withDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public void setType(String type)
The type of the DefaultSliderControlOptions
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
type
- The type of the DefaultSliderControlOptions
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
SheetControlSliderType
public String getType()
The type of the DefaultSliderControlOptions
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
DefaultSliderControlOptions
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
SheetControlSliderType
public DefaultSliderControlOptions withType(String type)
The type of the DefaultSliderControlOptions
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
type
- The type of the DefaultSliderControlOptions
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
SheetControlSliderType
public DefaultSliderControlOptions withType(SheetControlSliderType type)
The type of the DefaultSliderControlOptions
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
type
- The type of the DefaultSliderControlOptions
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
SheetControlSliderType
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 DefaultSliderControlOptions 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 DefaultSliderControlOptions 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 DefaultSliderControlOptions 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 DefaultSliderControlOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.