@Generated(value="software.amazon.awssdk:codegen") public final class FilterTextAreaControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterTextAreaControl.Builder,FilterTextAreaControl>
A control to display a text box that is used to enter multiple entries.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterTextAreaControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilterTextAreaControl.Builder |
builder() |
String |
delimiter()
The delimiter that is used to separate the lines in text.
|
TextAreaControlDisplayOptions |
displayOptions()
The display options of a control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterControlId()
The ID of the
FilterTextAreaControl. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilterTextAreaControl.Builder> |
serializableBuilderClass() |
String |
sourceFilterId()
The source filter ID of the
FilterTextAreaControl. |
String |
title()
The title of the
FilterTextAreaControl. |
FilterTextAreaControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filterControlId()
The ID of the FilterTextAreaControl.
FilterTextAreaControl.public final String title()
The title of the FilterTextAreaControl.
FilterTextAreaControl.public final String sourceFilterId()
The source filter ID of the FilterTextAreaControl.
FilterTextAreaControl.public final String delimiter()
The delimiter that is used to separate the lines in text.
public final TextAreaControlDisplayOptions displayOptions()
The display options of a control.
public FilterTextAreaControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilterTextAreaControl.Builder,FilterTextAreaControl>public static FilterTextAreaControl.Builder builder()
public static Class<? extends FilterTextAreaControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.