@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowNodeOutput extends Object implements Serializable, Cloneable, StructuredPojo
Contains configurations for an output from a node.
Constructor and Description |
---|
FlowNodeOutput() |
Modifier and Type | Method and Description |
---|---|
FlowNodeOutput |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A name for the output that you can reference.
|
String |
getType()
The data type of the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
A name for the output that you can reference.
|
void |
setType(String type)
The data type of the output.
|
String |
toString()
Returns a string representation of this object.
|
FlowNodeOutput |
withName(String name)
A name for the output that you can reference.
|
FlowNodeOutput |
withType(FlowNodeIODataType type)
The data type of the output.
|
FlowNodeOutput |
withType(String type)
The data type of the output.
|
public void setName(String name)
A name for the output that you can reference.
name
- A name for the output that you can reference.public String getName()
A name for the output that you can reference.
public FlowNodeOutput withName(String name)
A name for the output that you can reference.
name
- A name for the output that you can reference.public void setType(String type)
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
type
- The data type of the output. If the output doesn't match this type at runtime, a validation error will be
thrown.FlowNodeIODataType
public String getType()
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
FlowNodeIODataType
public FlowNodeOutput withType(String type)
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
type
- The data type of the output. If the output doesn't match this type at runtime, a validation error will be
thrown.FlowNodeIODataType
public FlowNodeOutput withType(FlowNodeIODataType type)
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
type
- The data type of the output. If the output doesn't match this type at runtime, a validation error will be
thrown.FlowNodeIODataType
public String toString()
toString
in class Object
Object.toString()
public FlowNodeOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.