@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TextControlPlaceholderOptions extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the placeholder options in a text control.
Constructor and Description |
---|
TextControlPlaceholderOptions() |
Modifier and Type | Method and Description |
---|---|
TextControlPlaceholderOptions |
clone() |
boolean |
equals(Object obj) |
String |
getVisibility()
The visibility configuration of the placeholder options in a text control.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVisibility(String visibility)
The visibility configuration of the placeholder options in a text control.
|
String |
toString()
Returns a string representation of this object.
|
TextControlPlaceholderOptions |
withVisibility(String visibility)
The visibility configuration of the placeholder options in a text control.
|
TextControlPlaceholderOptions |
withVisibility(Visibility visibility)
The visibility configuration of the placeholder options in a text control.
|
public void setVisibility(String visibility)
The visibility configuration of the placeholder options in a text control.
visibility
- The visibility configuration of the placeholder options in a text control.Visibility
public String getVisibility()
The visibility configuration of the placeholder options in a text control.
Visibility
public TextControlPlaceholderOptions withVisibility(String visibility)
The visibility configuration of the placeholder options in a text control.
visibility
- The visibility configuration of the placeholder options in a text control.Visibility
public TextControlPlaceholderOptions withVisibility(Visibility visibility)
The visibility configuration of the placeholder options in a text control.
visibility
- The visibility configuration of the placeholder options in a text control.Visibility
public String toString()
toString
in class Object
Object.toString()
public TextControlPlaceholderOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.