@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowDataConnectionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a connection originating from a node that isn't a Condition node.
Constructor and Description |
---|
FlowDataConnectionConfiguration() |
Modifier and Type | Method and Description |
---|---|
FlowDataConnectionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getSourceOutput()
The name of the output in the source node that the connection begins from.
|
String |
getTargetInput()
The name of the input in the target node that the connection ends at.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSourceOutput(String sourceOutput)
The name of the output in the source node that the connection begins from.
|
void |
setTargetInput(String targetInput)
The name of the input in the target node that the connection ends at.
|
String |
toString()
Returns a string representation of this object.
|
FlowDataConnectionConfiguration |
withSourceOutput(String sourceOutput)
The name of the output in the source node that the connection begins from.
|
FlowDataConnectionConfiguration |
withTargetInput(String targetInput)
The name of the input in the target node that the connection ends at.
|
public void setSourceOutput(String sourceOutput)
The name of the output in the source node that the connection begins from.
sourceOutput
- The name of the output in the source node that the connection begins from.public String getSourceOutput()
The name of the output in the source node that the connection begins from.
public FlowDataConnectionConfiguration withSourceOutput(String sourceOutput)
The name of the output in the source node that the connection begins from.
sourceOutput
- The name of the output in the source node that the connection begins from.public void setTargetInput(String targetInput)
The name of the input in the target node that the connection ends at.
targetInput
- The name of the input in the target node that the connection ends at.public String getTargetInput()
The name of the input in the target node that the connection ends at.
public FlowDataConnectionConfiguration withTargetInput(String targetInput)
The name of the input in the target node that the connection ends at.
targetInput
- The name of the input in the target node that the connection ends at.public String toString()
toString
in class Object
Object.toString()
public FlowDataConnectionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.