@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListControlSelectAllOptions extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the Select all
options in a list control.
Constructor and Description |
---|
ListControlSelectAllOptions() |
Modifier and Type | Method and Description |
---|---|
ListControlSelectAllOptions |
clone() |
boolean |
equals(Object obj) |
String |
getVisibility()
The visibility configuration of the
Select all 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
Select all options in a list control. |
String |
toString()
Returns a string representation of this object.
|
ListControlSelectAllOptions |
withVisibility(String visibility)
The visibility configuration of the
Select all options in a list control. |
ListControlSelectAllOptions |
withVisibility(Visibility visibility)
The visibility configuration of the
Select all options in a list control. |
public void setVisibility(String visibility)
The visibility configuration of the Select all
options in a list control.
visibility
- The visibility configuration of the Select all
options in a list control.Visibility
public String getVisibility()
The visibility configuration of the Select all
options in a list control.
Select all
options in a list control.Visibility
public ListControlSelectAllOptions withVisibility(String visibility)
The visibility configuration of the Select all
options in a list control.
visibility
- The visibility configuration of the Select all
options in a list control.Visibility
public ListControlSelectAllOptions withVisibility(Visibility visibility)
The visibility configuration of the Select all
options in a list control.
visibility
- The visibility configuration of the Select all
options in a list control.Visibility
public String toString()
toString
in class Object
Object.toString()
public ListControlSelectAllOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.