@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterTextFieldControl extends Object implements Serializable, Cloneable, StructuredPojo
A control to display a text box that is used to enter a single entry.
Constructor and Description |
---|
ParameterTextFieldControl() |
Modifier and Type | Method and Description |
---|---|
ParameterTextFieldControl |
clone() |
boolean |
equals(Object obj) |
TextFieldControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
String |
getParameterControlId()
The ID of the
ParameterTextFieldControl . |
String |
getSourceParameterName()
The source parameter name of the
ParameterTextFieldControl . |
String |
getTitle()
The title of the
ParameterTextFieldControl . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayOptions(TextFieldControlDisplayOptions displayOptions)
The display options of a control.
|
void |
setParameterControlId(String parameterControlId)
The ID of the
ParameterTextFieldControl . |
void |
setSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterTextFieldControl . |
void |
setTitle(String title)
The title of the
ParameterTextFieldControl . |
String |
toString()
Returns a string representation of this object.
|
ParameterTextFieldControl |
withDisplayOptions(TextFieldControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterTextFieldControl |
withParameterControlId(String parameterControlId)
The ID of the
ParameterTextFieldControl . |
ParameterTextFieldControl |
withSourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterTextFieldControl . |
ParameterTextFieldControl |
withTitle(String title)
The title of the
ParameterTextFieldControl . |
public void setParameterControlId(String parameterControlId)
The ID of the ParameterTextFieldControl
.
parameterControlId
- The ID of the ParameterTextFieldControl
.public String getParameterControlId()
The ID of the ParameterTextFieldControl
.
ParameterTextFieldControl
.public ParameterTextFieldControl withParameterControlId(String parameterControlId)
The ID of the ParameterTextFieldControl
.
parameterControlId
- The ID of the ParameterTextFieldControl
.public void setTitle(String title)
The title of the ParameterTextFieldControl
.
title
- The title of the ParameterTextFieldControl
.public String getTitle()
The title of the ParameterTextFieldControl
.
ParameterTextFieldControl
.public ParameterTextFieldControl withTitle(String title)
The title of the ParameterTextFieldControl
.
title
- The title of the ParameterTextFieldControl
.public void setSourceParameterName(String sourceParameterName)
The source parameter name of the ParameterTextFieldControl
.
sourceParameterName
- The source parameter name of the ParameterTextFieldControl
.public String getSourceParameterName()
The source parameter name of the ParameterTextFieldControl
.
ParameterTextFieldControl
.public ParameterTextFieldControl withSourceParameterName(String sourceParameterName)
The source parameter name of the ParameterTextFieldControl
.
sourceParameterName
- The source parameter name of the ParameterTextFieldControl
.public void setDisplayOptions(TextFieldControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public TextFieldControlDisplayOptions getDisplayOptions()
The display options of a control.
public ParameterTextFieldControl withDisplayOptions(TextFieldControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public String toString()
toString
in class Object
Object.toString()
public ParameterTextFieldControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.