@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeOutputPort extends Object implements Serializable, Cloneable, StructuredPojo
A node output port.
Constructor and Description |
---|
NodeOutputPort() |
Modifier and Type | Method and Description |
---|---|
NodeOutputPort |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The output port's description.
|
String |
getName()
The output port's name.
|
String |
getType()
The output port's type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The output port's description.
|
void |
setName(String name)
The output port's name.
|
void |
setType(String type)
The output port's type.
|
String |
toString()
Returns a string representation of this object.
|
NodeOutputPort |
withDescription(String description)
The output port's description.
|
NodeOutputPort |
withName(String name)
The output port's name.
|
NodeOutputPort |
withType(PortType type)
The output port's type.
|
NodeOutputPort |
withType(String type)
The output port's type.
|
public void setDescription(String description)
The output port's description.
description
- The output port's description.public String getDescription()
The output port's description.
public NodeOutputPort withDescription(String description)
The output port's description.
description
- The output port's description.public void setName(String name)
The output port's name.
name
- The output port's name.public String getName()
The output port's name.
public NodeOutputPort withName(String name)
The output port's name.
name
- The output port's name.public void setType(String type)
The output port's type.
type
- The output port's type.PortType
public String getType()
The output port's type.
PortType
public NodeOutputPort withType(String type)
The output port's type.
type
- The output port's type.PortType
public NodeOutputPort withType(PortType type)
The output port's type.
type
- The output port's type.PortType
public String toString()
toString
in class Object
Object.toString()
public NodeOutputPort clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.