@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultFilterControlConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The default configuration for all dependent controls of the filter.
| Constructor and Description |
|---|
DefaultFilterControlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DefaultFilterControlConfiguration |
clone() |
boolean |
equals(Object obj) |
DefaultFilterControlOptions |
getControlOptions()
The control option for the
DefaultFilterControlConfiguration. |
String |
getTitle()
The title of the
DefaultFilterControlConfiguration. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setControlOptions(DefaultFilterControlOptions controlOptions)
The control option for the
DefaultFilterControlConfiguration. |
void |
setTitle(String title)
The title of the
DefaultFilterControlConfiguration. |
String |
toString()
Returns a string representation of this object.
|
DefaultFilterControlConfiguration |
withControlOptions(DefaultFilterControlOptions controlOptions)
The control option for the
DefaultFilterControlConfiguration. |
DefaultFilterControlConfiguration |
withTitle(String title)
The title of the
DefaultFilterControlConfiguration. |
public void setTitle(String title)
The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are
tied to this filter.
title - The title of the DefaultFilterControlConfiguration. This title is shared by all controls that
are tied to this filter.public String getTitle()
The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are
tied to this filter.
DefaultFilterControlConfiguration. This title is shared by all controls
that are tied to this filter.public DefaultFilterControlConfiguration withTitle(String title)
The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are
tied to this filter.
title - The title of the DefaultFilterControlConfiguration. This title is shared by all controls that
are tied to this filter.public void setControlOptions(DefaultFilterControlOptions controlOptions)
The control option for the DefaultFilterControlConfiguration.
controlOptions - The control option for the DefaultFilterControlConfiguration.public DefaultFilterControlOptions getControlOptions()
The control option for the DefaultFilterControlConfiguration.
DefaultFilterControlConfiguration.public DefaultFilterControlConfiguration withControlOptions(DefaultFilterControlOptions controlOptions)
The control option for the DefaultFilterControlConfiguration.
controlOptions - The control option for the DefaultFilterControlConfiguration.public String toString()
toString in class ObjectObject.toString()public DefaultFilterControlConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.