@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrievalFlowNodeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configurations for a Retrieval node in a flow. This node retrieves data from the Amazon S3 location that you specify and returns it as the output.
Constructor and Description |
---|
RetrievalFlowNodeConfiguration() |
Modifier and Type | Method and Description |
---|---|
RetrievalFlowNodeConfiguration |
clone() |
boolean |
equals(Object obj) |
RetrievalFlowNodeServiceConfiguration |
getServiceConfiguration()
Contains configurations for the service to use for retrieving data to return as the output from the node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServiceConfiguration(RetrievalFlowNodeServiceConfiguration serviceConfiguration)
Contains configurations for the service to use for retrieving data to return as the output from the node.
|
String |
toString()
Returns a string representation of this object.
|
RetrievalFlowNodeConfiguration |
withServiceConfiguration(RetrievalFlowNodeServiceConfiguration serviceConfiguration)
Contains configurations for the service to use for retrieving data to return as the output from the node.
|
public void setServiceConfiguration(RetrievalFlowNodeServiceConfiguration serviceConfiguration)
Contains configurations for the service to use for retrieving data to return as the output from the node.
serviceConfiguration
- Contains configurations for the service to use for retrieving data to return as the output from the node.public RetrievalFlowNodeServiceConfiguration getServiceConfiguration()
Contains configurations for the service to use for retrieving data to return as the output from the node.
public RetrievalFlowNodeConfiguration withServiceConfiguration(RetrievalFlowNodeServiceConfiguration serviceConfiguration)
Contains configurations for the service to use for retrieving data to return as the output from the node.
serviceConfiguration
- Contains configurations for the service to use for retrieving data to return as the output from the node.public String toString()
toString
in class Object
Object.toString()
public RetrievalFlowNodeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.