@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterSelectableValues extends Object implements Serializable, Cloneable, StructuredPojo
A list of selectable values that are used in a control.
| Constructor and Description |
|---|
FilterSelectableValues() |
| Modifier and Type | Method and Description |
|---|---|
FilterSelectableValues |
clone() |
boolean |
equals(Object obj) |
List<String> |
getValues()
The values that are used in the
FilterSelectableValues. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setValues(Collection<String> values)
The values that are used in the
FilterSelectableValues. |
String |
toString()
Returns a string representation of this object.
|
FilterSelectableValues |
withValues(Collection<String> values)
The values that are used in the
FilterSelectableValues. |
FilterSelectableValues |
withValues(String... values)
The values that are used in the
FilterSelectableValues. |
public List<String> getValues()
The values that are used in the FilterSelectableValues.
FilterSelectableValues.public void setValues(Collection<String> values)
The values that are used in the FilterSelectableValues.
values - The values that are used in the FilterSelectableValues.public FilterSelectableValues withValues(String... values)
The values that are used in the FilterSelectableValues.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The values that are used in the FilterSelectableValues.public FilterSelectableValues withValues(Collection<String> values)
The values that are used in the FilterSelectableValues.
values - The values that are used in the FilterSelectableValues.public String toString()
toString in class ObjectObject.toString()public FilterSelectableValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.