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