@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListControlSearchOptions extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the search options in a list control.
| Constructor and Description |
|---|
ListControlSearchOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListControlSearchOptions |
clone() |
boolean |
equals(Object obj) |
String |
getVisibility()
The visibility configuration of the search options in a list control.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVisibility(String visibility)
The visibility configuration of the search options in a list control.
|
String |
toString()
Returns a string representation of this object.
|
ListControlSearchOptions |
withVisibility(String visibility)
The visibility configuration of the search options in a list control.
|
ListControlSearchOptions |
withVisibility(Visibility visibility)
The visibility configuration of the search options in a list control.
|
public void setVisibility(String visibility)
The visibility configuration of the search options in a list control.
visibility - The visibility configuration of the search options in a list control.Visibilitypublic String getVisibility()
The visibility configuration of the search options in a list control.
Visibilitypublic ListControlSearchOptions withVisibility(String visibility)
The visibility configuration of the search options in a list control.
visibility - The visibility configuration of the search options in a list control.Visibilitypublic ListControlSearchOptions withVisibility(Visibility visibility)
The visibility configuration of the search options in a list control.
visibility - The visibility configuration of the search options in a list control.Visibilitypublic String toString()
toString in class ObjectObject.toString()public ListControlSearchOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.