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