@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TN3270 extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the TN3270 protocol.
| Constructor and Description |
|---|
TN3270() |
| Modifier and Type | Method and Description |
|---|---|
TN3270 |
clone() |
boolean |
equals(Object obj) |
List<String> |
getExportDataSetNames()
The data set names of the TN3270 protocol.
|
Script |
getScript()
The script of the TN3270 protocol.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExportDataSetNames(Collection<String> exportDataSetNames)
The data set names of the TN3270 protocol.
|
void |
setScript(Script script)
The script of the TN3270 protocol.
|
String |
toString()
Returns a string representation of this object.
|
TN3270 |
withExportDataSetNames(Collection<String> exportDataSetNames)
The data set names of the TN3270 protocol.
|
TN3270 |
withExportDataSetNames(String... exportDataSetNames)
The data set names of the TN3270 protocol.
|
TN3270 |
withScript(Script script)
The script of the TN3270 protocol.
|
public void setScript(Script script)
The script of the TN3270 protocol.
script - The script of the TN3270 protocol.public Script getScript()
The script of the TN3270 protocol.
public TN3270 withScript(Script script)
The script of the TN3270 protocol.
script - The script of the TN3270 protocol.public List<String> getExportDataSetNames()
The data set names of the TN3270 protocol.
public void setExportDataSetNames(Collection<String> exportDataSetNames)
The data set names of the TN3270 protocol.
exportDataSetNames - The data set names of the TN3270 protocol.public TN3270 withExportDataSetNames(String... exportDataSetNames)
The data set names of the TN3270 protocol.
NOTE: This method appends the values to the existing list (if any). Use
setExportDataSetNames(java.util.Collection) or withExportDataSetNames(java.util.Collection) if
you want to override the existing values.
exportDataSetNames - The data set names of the TN3270 protocol.public TN3270 withExportDataSetNames(Collection<String> exportDataSetNames)
The data set names of the TN3270 protocol.
exportDataSetNames - The data set names of the TN3270 protocol.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.