@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MainframeActionType extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the mainframe action type.
Constructor and Description |
---|
MainframeActionType() |
Modifier and Type | Method and Description |
---|---|
MainframeActionType |
clone() |
boolean |
equals(Object obj) |
Batch |
getBatch()
The batch of the mainframe action type.
|
TN3270 |
getTn3270()
The tn3270 port of the mainframe action type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBatch(Batch batch)
The batch of the mainframe action type.
|
void |
setTn3270(TN3270 tn3270)
The tn3270 port of the mainframe action type.
|
String |
toString()
Returns a string representation of this object.
|
MainframeActionType |
withBatch(Batch batch)
The batch of the mainframe action type.
|
MainframeActionType |
withTn3270(TN3270 tn3270)
The tn3270 port of the mainframe action type.
|
public void setBatch(Batch batch)
The batch of the mainframe action type.
batch
- The batch of the mainframe action type.public Batch getBatch()
The batch of the mainframe action type.
public MainframeActionType withBatch(Batch batch)
The batch of the mainframe action type.
batch
- The batch of the mainframe action type.public void setTn3270(TN3270 tn3270)
The tn3270 port of the mainframe action type.
tn3270
- The tn3270 port of the mainframe action type.public TN3270 getTn3270()
The tn3270 port of the mainframe action type.
public MainframeActionType withTn3270(TN3270 tn3270)
The tn3270 port of the mainframe action type.
tn3270
- The tn3270 port of the mainframe action type.public String toString()
toString
in class Object
Object.toString()
public MainframeActionType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.