@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterSliderControl 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 |
---|
FilterSliderControl() |
Modifier and Type | Method and Description |
---|---|
FilterSliderControl |
clone() |
boolean |
equals(Object obj) |
SliderControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
String |
getFilterControlId()
The ID of the
FilterSliderControl . |
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 |
getSourceFilterId()
The source filter ID of the
FilterSliderControl . |
Double |
getStepSize()
The number of increments that the slider bar is divided into.
|
String |
getTitle()
The title of the
FilterSliderControl . |
String |
getType()
The type of the
FilterSliderControl . |
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 |
setFilterControlId(String filterControlId)
The ID of the
FilterSliderControl . |
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 |
setSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterSliderControl . |
void |
setStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
void |
setTitle(String title)
The title of the
FilterSliderControl . |
void |
setType(String type)
The type of the
FilterSliderControl . |
String |
toString()
Returns a string representation of this object.
|
FilterSliderControl |
withDisplayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
|
FilterSliderControl |
withFilterControlId(String filterControlId)
The ID of the
FilterSliderControl . |
FilterSliderControl |
withMaximumValue(Double maximumValue)
The larger value that is displayed at the right of the slider.
|
FilterSliderControl |
withMinimumValue(Double minimumValue)
The smaller value that is displayed at the left of the slider.
|
FilterSliderControl |
withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterSliderControl . |
FilterSliderControl |
withStepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
FilterSliderControl |
withTitle(String title)
The title of the
FilterSliderControl . |
FilterSliderControl |
withType(SheetControlSliderType type)
The type of the
FilterSliderControl . |
FilterSliderControl |
withType(String type)
The type of the
FilterSliderControl . |
public void setFilterControlId(String filterControlId)
The ID of the FilterSliderControl
.
filterControlId
- The ID of the FilterSliderControl
.public String getFilterControlId()
The ID of the FilterSliderControl
.
FilterSliderControl
.public FilterSliderControl withFilterControlId(String filterControlId)
The ID of the FilterSliderControl
.
filterControlId
- The ID of the FilterSliderControl
.public void setTitle(String title)
The title of the FilterSliderControl
.
title
- The title of the FilterSliderControl
.public String getTitle()
The title of the FilterSliderControl
.
FilterSliderControl
.public FilterSliderControl withTitle(String title)
The title of the FilterSliderControl
.
title
- The title of the FilterSliderControl
.public void setSourceFilterId(String sourceFilterId)
The source filter ID of the FilterSliderControl
.
sourceFilterId
- The source filter ID of the FilterSliderControl
.public String getSourceFilterId()
The source filter ID of the FilterSliderControl
.
FilterSliderControl
.public FilterSliderControl withSourceFilterId(String sourceFilterId)
The source filter ID of the FilterSliderControl
.
sourceFilterId
- The source filter ID of the FilterSliderControl
.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 FilterSliderControl 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 FilterSliderControl
. 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 FilterSliderControl
. 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 FilterSliderControl
. Choose one of the following options:
SINGLE_POINT
: Filter against(equals) a single data point.
RANGE
: Filter data that is in a specified range.
FilterSliderControl
. 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 FilterSliderControl withType(String type)
The type of the FilterSliderControl
. 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 FilterSliderControl
. 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 FilterSliderControl withType(SheetControlSliderType type)
The type of the FilterSliderControl
. 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 FilterSliderControl
. 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 FilterSliderControl 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 FilterSliderControl 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 FilterSliderControl 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 FilterSliderControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.